forked from geekofweek/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscenes.yaml
75 lines (71 loc) · 2.07 KB
/
scenes.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#################################################################
## Scenes
#################################################################
- name: Security
entities:
input_boolean.alarm_tripped:
state: on
group.hue_lights:
state: on
flash: long
brightness: 255
xy_color: [0.6531,0.2834]
group.hue_lights_exterior:
state: on
brightness: 255
group.wink_lights:
state: on
brightness: 255
group.wink_exterior:
state: on
brightness: 255
- name: Vacation
entities:
light.office_ceiling:
state: on
brightness: 2
light.kitchen_sink:
state: on
brightness: 2
light.garage_light:
state: on
brightness: 2
group.living_room_lamps:
state: on
brightness: 130
profile: relax
light.closet_lamp:
state: on
brightness: 130
- name: Vacation Disable Automation
entities:
input_boolean.disable_lights_morning:
state: on
input_boolean.disable_exterior_off_night:
state: on
input_boolean.disable_rainy_day:
state: on
input_boolean.disable_interior_lights_sunset:
state: on
input_boolean.disable_media_lights:
state: on
input_boolean.disable_occupancy:
state: on
input_boolean.thermostat_away:
state: on
- name: Vacation Enable Automation
entities:
input_boolean.disable_lights_morning:
state: off
input_boolean.disable_exterior_off_night:
state: off
input_boolean.disable_rainy_day:
state: off
input_boolean.disable_interior_lights_sunset:
state: off
input_boolean.disable_media_lights:
state: off
input_boolean.disable_occupancy:
state: off
input_boolean.thermostat_away:
state: off