-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlight.yaml
47 lines (45 loc) · 1.23 KB
/
light.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
- platform: switch
name: 1_livingroom_light
entity_id: switch.1_livingroom_light
- platform: switch
name: 1_bathroom_light_switch
entity_id: switch.1_bathroom_light_switch
- platform: switch
name: 1_washingroom_light_switch
entity_id: switch.1_washingroom_light_switch
- platform: switch
name: 1_hall_closet_light
entity_id: switch.1_hall_closet_switch
- platform: switch
name: 2_bathroom_light_switch
entity_id: switch.2_bathroom_light_switch
- platform: switch
name: 2_bedroom_hm_switch
entity_id: switch.2_bedroom_hm_switch
- platform: switch
name: garage_lights_switch
entity_id: switch.garage_lights_switch
- platform: mqtt
name: "garage spotlights"
command_topic: "cmnd/garage_spotlights/power"
state_topic: "stat/garage_spotlights/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: mqtt
name: "garage attic lights"
command_topic: "cmnd/garage_attic_lights/power"
state_topic: "stat/garage_attic_lights/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: mqtt
name: "1 kitchen sideboard"
command_topic: "cmnd/1_kitchen_sideboard/power"
state_topic: "stat/1_kitchen_sideboard/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true