9 lines
231 B
YAML
9 lines
231 B
YAML
|
- platform: mqtt
|
||
|
name: "Lockdown Status"
|
||
|
state_topic: "house/lockdown/status"
|
||
|
- platform: mqtt
|
||
|
name: "Kitchen Smoke"
|
||
|
state_topic: "smartthings/Kitchen Smoke/smoke"
|
||
|
payload_on: "smoke"
|
||
|
payload_off: "clear"
|
||
|
retain: true
|