rename directory

This commit is contained in:
Paul
2019-09-19 22:54:11 +02:00
parent f5098fa40e
commit 9255101725
13 changed files with 7862 additions and 0 deletions

View File

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