forked from geekofweek/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scenes.yaml
72 lines (68 loc) · 2.02 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
#################################################################
## Scenes
#################################################################
- name: Security
entities:
input_boolean.alarm_tripped:
state: on
light.hue_lights:
state: on
flash: long
brightness_pct: 100
xy_color: [0.6531,0.2834]
light.hue_lights_exterior:
state: on
brightness_pct: 100
light.wink_lights:
state: on
brightness_pct: 100
light.wink_exterior:
state: on
brightness_pct: 100
- name: Vacation
entities:
light.office_ceiling:
state: on
brightness_pct: 1
light.kitchen_sink:
state: on
brightness_pct: 1
light.living_room_lamps:
state: on
brightness_pct: 25
color_temp: 447
light.closet_lamp:
state: on
brightness_pct: 25
- 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