home-assistant-configuration/switches/master_bedroom.yaml

8 lines
213 B
YAML
Raw Permalink Normal View History

2018-07-18 17:56:30 +00:00
- platform: mqtt
name: "Master Bedroom Fan"
state_topic: "smartthings/Master Bedroom Fan/switch"
command_topic: "smartthings/Master Bedroom Fan/switch"
payload_on: "on"
payload_off: "off"
retain: true