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