-
Notifications
You must be signed in to change notification settings - Fork 7
/
groups.yaml
51 lines (46 loc) · 1.34 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
46
47
48
49
50
51
lights_downstairs:
name: "Downstairs lights"
entities:
- light.tv
- light.tv_ambience
- light.living_room
- light.dining_table
- light.kitchen
- light.office
- light.pantry
- switch.desk_lamp
- switch.christmas_tree
- switch.christmas_ambience_office
lights_downstairs_automatic:
name: "Automatically controlled downstairs lights"
entities:
- light.tv_ambience
- light.office_ambience_lamp_1
lights_upstairs:
name: "Lights Upstairs"
entities:
- light.bathroom
- light.nightstand_ilse
- light.nightstand_joris
- switch.bathroom_mirror_light
- light.landing
- light.dressing
# - light.laundry_room_lamp_1
lights_outside:
name: "Lights outside"
entities:
- light.front_door_lamp_1
- light.garden
# lights_christmas:
# name: "Christmas lights"
# entities:
# - switch.christmas_tree
# - switch.christmas_ambience_office
# Note: automation entity names are based on their 'alias', not on their 'id', this is confusing and can easily lead to
# automation errors. Always good to check the entity names in Developer Tools
automation_disable_housekeeping:
name: "Automations to disable during housekeeping"
entities:
- automation.music_on_afternoon_shower_during_weekday
- automation.bathroom_exit
- automation.rerun_house_mode_scene_every_15_min