-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathgroups.yaml
45 lines (39 loc) · 1.04 KB
/
groups.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# https://www.home-assistant.io/integrations/group/
light: # 开关时可整组开关
entities:
- switch.light_1_smart
- switch.light_2_smart # 这里如果直接用light.light_2就无法用switch统一控制
- switch.light_3_smart
theater: # 前端有用到
icon: mdi:movie-open
entities:
- switch.theater_mode
- switch.projector_power
- switch.screen
- switch.screen_pause
- switch.amplifier_power
- switch.amplifier_volume_up
- switch.amplifier_volume_down
less_used_switches:
icon: mdi:toggle-switch
entities:
- switch.light_1
- light.light_2
- switch.light_3
- switch.water_pump
- switch.purifier
- switch.monitor
- switch.at_home
# amplifier:
# entities:
# - switch.amplifier_power
# - switch.amplifier_mute
# - switch.amplifier_volume_up
# - switch.amplifier_volume_down
# aircon:
# entities:
# - switch.aircon_heat_30
# - switch.aircon_cool_28
# others:
# entities:
# - switch.water_pump