mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 09:05:35 +00:00
9 lines
199 B
YAML
9 lines
199 B
YAML
- platform: mqtt
|
|
name: "Rainbow Light"
|
|
state_topic: "smartthings/Rainbow Light/switch"
|
|
command_topic: "smartthings/Rainbow Light/switch"
|
|
payload_on: "on"
|
|
payload_off: "off"
|
|
retain: true
|
|
|