mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
12 lines
186 B
YAML
12 lines
186 B
YAML
# Sonoff
|
|
|
|
- platform: mqtt
|
|
name: "Rail Lights"
|
|
command_topic: "cmnd/sonoff/power"
|
|
state_topic: "stat/sonoff/POWER"
|
|
qos: 1
|
|
payload_on: "ON"
|
|
payload_off: "OFF"
|
|
retain: true
|
|
|