forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 1
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 (home-assistant#121891)
* airzone: reload entry on new devices Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * Revert "airzone: reload entry on new devices" This reverts commit 3ecc084. * airzone: sensor: dynamically add new entities Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * tests: restore reverted airzone tests Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * airzone: sensor: code fixes Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * airzone: water_heater: dynamically add entities Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * airzone: binary_sensor: dynamically add entities Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * airzone: select: dynamically add entities Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * airzone: climate: dynamically add entities Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * tests: airzone: use freezer Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * airzone: call async_add_entities once Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * airzone: wrap async_add_listener on async_on_unload Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * airzone: reduce number of entity listeners Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> --------- Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
- 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