mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
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 |