Add support for fan groups (#57941)

* Add support for fan groups

* dry

* dry

* fix refactor error

* tweaks

* wip

* tweaks

* tweaks

* fix

* fixes

* coverage

* tweaks
This commit is contained in:
J. Nick Koston 2021-10-26 03:32:49 -05:00 committed by GitHub
parent f594bc353b
commit def7c80e71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 836 additions and 3 deletions

View file

@ -56,7 +56,7 @@ ATTR_ALL = "all"
SERVICE_SET = "set"
SERVICE_REMOVE = "remove"
PLATFORMS = ["light", "cover", "notify", "binary_sensor"]
PLATFORMS = ["light", "cover", "notify", "fan", "binary_sensor"]
REG_KEY = f"{DOMAIN}_registry"