This commit is contained in:
proddy
2018-12-08 16:37:12 +01:00
parent 30e73cbd0c
commit fb3407e6ba
13 changed files with 3 additions and 3 deletions

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