mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-07 21:53:53 +00:00
8 lines
177 B
YAML
8 lines
177 B
YAML
- platform: mqtt
|
|
name: "Washer"
|
|
state_topic: "smartthings/Washer/switch"
|
|
command_topic: "smartthings/Washer/switch"
|
|
payload_on: "on"
|
|
payload_off: "off"
|
|
retain: true
|