forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Airzone Cloud Air Quality zone binary sensors (home-assistant#106573
) * airzone_cloud: add Air Quality binary sensor Signed-off-by: Álvaro Fernández Rojas <[email protected]> * airzone_cloud: binary_sensor: rename Air Quality Add "active" to indicate status. Signed-off-by: Álvaro Fernández Rojas <[email protected]> --------- Signed-off-by: Álvaro Fernández Rojas <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,12 @@ | |
} | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"binary_sensor": { | ||
"air_quality_active": { | ||
"name": "Air Quality active" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters