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:
13
tests/fixtures/group/fan_configuration.yaml
vendored
Normal file
13
tests/fixtures/group/fan_configuration.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
fan:
|
||||
- platform: group
|
||||
name: Upstairs Fans
|
||||
entities:
|
||||
- fan.living_room_fan
|
||||
- fan.percentage_full_fan
|
||||
|
||||
notify:
|
||||
- platform: group
|
||||
name: new_group_notify
|
||||
services:
|
||||
- service: demo1
|
||||
- service: demo2
|
||||
Reference in New Issue
Block a user