-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlights.yaml
More file actions
124 lines (111 loc) · 2.65 KB
/
Copy pathlights.yaml
File metadata and controls
124 lines (111 loc) · 2.65 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# lights
- platform: mqtt
name: Magic Mirror
command_topic: "magicmirror/set"
state_topic: "magicmirror/state"
payload_on: "on"
payload_off: "off"
# Switches that control a light are being created as lights
# This is mainly to have Google Home and Alexa to treat them as lights
- platform: switch
name: Hood
entity_id: switch.hood
- platform: switch
name: Shelf System Low
entity_id: switch.shelf_system_low
- platform: switch
name: Washer Dryer
entity_id: switch.washer_dryer
- platform: switch
name: Bench Center
entity_id: switch.bench_center
- platform: switch
name: Workshop Ceiling
entity_id: switch.workshop_ceiling
- platform: switch
name: Entrance Ceiling
entity_id: switch.entrance_ceiling
- platform: template
lights:
alexa_virtual:
friendly_name: "Alexa Dummy Light"
turn_on:
turn_off:
set_level:
# Groups
- platform: group
name: Entire House
entities:
- light.best
- light.shelf_system_left
- light.shelf_system_right
- light.ph
- light.sofa
- light.strip
- light.floor_lamp
- light.hood
- light.shelf_system_low
- light.kitchen_table
- light.microwave
- light.sink_left
- light.sink_right
- light.vitrine
- light.bed_diane
- light.bed_kenneth
- light.ceiling_1
- light.ceiling_2
- light.ceiling_3
- light.mirror_left
- light.mirror_right
- light.toilet
- light.shower
- light.computer
- light.makeup
- light.office_panel
- light.utility_ceiling
- light.washer_dryer
- light.bench_left
- light.bench_right
- light.bench_center
- light.workshop_ceiling
- light.closet
- light.hallway
- light.terrace
- light.entrance_ceiling
- light.xmas
- platform: group
name: Almost
entities:
- light.best
- light.shelf_system_left
- light.shelf_system_right
- light.ph
- light.sofa
- light.strip
- light.floor_lamp
- light.hood
- light.shelf_system_low
- light.kitchen_table
- light.microwave
- light.sink_left
- light.sink_right
- light.vitrine
- light.bed_diane
- light.bed_kenneth
- light.ceiling_1
- light.ceiling_2
- light.ceiling_3
- light.computer
- light.makeup
- light.office_panel
- light.utility_ceiling
- light.washer_dryer
- light.bench_left
- light.bench_right
- light.bench_center
- light.workshop_ceiling
- light.closet
- light.hallway
- light.terrace
- light.entrance_ceiling
- light.xmas