1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2025-08-11 09:36:50 +00:00

Initial Commit

This commit is contained in:
Adam Dodman
2016-11-29 17:15:25 +00:00
commit 64c7f6ed1f
5 changed files with 166 additions and 0 deletions

13
scripts/toggle_pill.yaml Normal file
View File

@@ -0,0 +1,13 @@
sequence:
- service: mqtt.publish
data:
topic: dash/pill_reminder
payload: 'ON'
qos: 1
- delay:
seconds: 1
- service: mqtt.publish
data:
topic: dash/pill_reminder
payload: 'OFF'
qos: 1