8 lines
175 B
YAML
8 lines
175 B
YAML
- platform: "mqtt"
|
|
name: "SonOff Living Room"
|
|
command_topic: "sonoff_living/switch"
|
|
state_topic: "sonoff_living/status"
|
|
qos: 0
|
|
payload_on: "ON"
|
|
payload_off: "OFF"
|