-
Notifications
You must be signed in to change notification settings - Fork 0
/
switches.yaml
41 lines (37 loc) · 1.11 KB
/
switches.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
- platform: mqtt
name: "Outside Lights"
state_topic: "smartthings/Outside Lights/switch"
command_topic: "smartthings/Outside Lights/switch"
brightness_state_topic: "smartthings/Outside Lights/level"
brightness_command_topic: "smartthings/Outside Lights/level"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Tree Lights"
state_topic: "smartthings/Tree Lights/switch"
command_topic: "smartthings/Tree Lights/switch"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Holiday Lights"
state_topic: "smartthings/Holiday Lights/switch"
command_topic: "smartthings/Holiday Lights/switch"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Holiday Lights 2"
state_topic: "smartthings/Holiday Lights 2/switch"
command_topic: "smartthings/Holiday Lights 2/switch"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Downstairs Sentsy"
state_topic: "smartthings/Downstairs Sentsy/switch"
command_topic: "smartthings/Downstairs Sentsys/switch"
payload_on: "on"
payload_off: "off"
retain: true