home assistant config

This commit is contained in:
proddy
2018-09-25 21:02:26 +02:00
parent f57e5135a2
commit ec959fe3df
9 changed files with 754 additions and 0 deletions

20
doc/ha/switches.yaml Normal file
View File

@@ -0,0 +1,20 @@
- platform: mqtt
name: "Shower Timer"
state_topic: "home/boiler/shower_timer"
command_topic: "home/boiler/shower_timer"
payload_on: "1"
payload_off: "0"
optimistic: false
qos: 1
retain: false
- platform: mqtt
name: "Long Shower Alert"
state_topic: "home/boiler/shower_alert"
command_topic: "home/boiler/shower_alert"
payload_on: "1"
payload_off: "0"
optimistic: false
qos: 1
retain: false