mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
8 lines
207 B
YAML
8 lines
207 B
YAML
|
- platform: mqtt
|
||
|
name: "Fireplace Lights"
|
||
|
state_topic: "smartthings/Fireplace Lights/switch"
|
||
|
command_topic: "smartthings/Fireplace Lights/switch"
|
||
|
payload_on: "on"
|
||
|
payload_off: "off"
|
||
|
retain: true
|