1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add ws66i core integration (#56094)

* Add ws66i core integration

* Remove all ws66i translations

* Update ws66i unit tests to meet minimum code coverage

* Update ws66i based on @bdraco review

* General improvements after 2nd PR review

* Disable entities if amp shutoff, set default source names, set 30sec polling

* Add _attr_ and change async_on_unload

* Improve entity generation

* Implement coordinator

* Made options fields required, retry connection on failed attempts, use ZoneStatus for attributes

* Refactor WS66i entity properties, raise HomeAssistantError on restore service if no snapshot

* Update to pyws66i v1.1

* Add quality scale of silver to manifest

* Update config_flow test
This commit is contained in:
Shawn Saenger
2022-05-08 15:52:39 -06:00
committed by GitHub
parent 0b25b44820
commit 5e737bfe4f
17 changed files with 1538 additions and 0 deletions

View File

@@ -400,6 +400,7 @@ FLOWS = {
"wiz",
"wled",
"wolflink",
"ws66i",
"xbox",
"xiaomi_aqara",
"xiaomi_miio",