This commit is contained in:
Julien Cabillot 2017-05-26 18:22:17 +02:00 committed by Cabillot Julien
parent 5d20ac73a2
commit f509b511b2
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
- platform: "mqtt"
name: "SonOff Living Room"
command_topic: "sonoff_living/switch"
state_topic: "sonoff_living/status"
qos: 0
payload_on: "ON"
payload_off: "OFF"
retain: true

View File

@ -0,0 +1,8 @@
mqtt:
broker: "XXX"
port: 1883
client_id: "homeassistant1"
username: "XXX"
password: "XXX"
switch: !include_dir_merge_list "conf_switch.d/"