-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynamically add Airzone entities (#121891)
* airzone: reload entry on new devices Signed-off-by: Álvaro Fernández Rojas <[email protected]> * Revert "airzone: reload entry on new devices" This reverts commit 3ecc084. * airzone: sensor: dynamically add new entities Signed-off-by: Álvaro Fernández Rojas <[email protected]> * tests: restore reverted airzone tests Signed-off-by: Álvaro Fernández Rojas <[email protected]> * airzone: sensor: code fixes Signed-off-by: Álvaro Fernández Rojas <[email protected]> * airzone: water_heater: dynamically add entities Signed-off-by: Álvaro Fernández Rojas <[email protected]> * airzone: binary_sensor: dynamically add entities Signed-off-by: Álvaro Fernández Rojas <[email protected]> * airzone: select: dynamically add entities Signed-off-by: Álvaro Fernández Rojas <[email protected]> * airzone: climate: dynamically add entities Signed-off-by: Álvaro Fernández Rojas <[email protected]> * tests: airzone: use freezer Signed-off-by: Álvaro Fernández Rojas <[email protected]> * airzone: call async_add_entities once Signed-off-by: Álvaro Fernández Rojas <[email protected]> * airzone: wrap async_add_listener on async_on_unload Signed-off-by: Álvaro Fernández Rojas <[email protected]> * airzone: reduce number of entity listeners Signed-off-by: Álvaro Fernández Rojas <[email protected]> --------- Signed-off-by: Álvaro Fernández Rojas <[email protected]>
- Loading branch information
Showing
7 changed files
with
205 additions
and
67 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
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
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
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