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:
parent
f594bc353b
commit
def7c80e71
5 changed files with 836 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue