mirror of
https://github.com/Adam-Ant/home-assistant
synced 2025-06-12 02:21:11 +00:00
Initial Commit
This commit is contained in:
13
scripts/toggle_pill.yaml
Normal file
13
scripts/toggle_pill.yaml
Normal 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
|
Reference in New Issue
Block a user