1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2024-09-08 15:53:53 +00:00
home-assistant/scripts/toggle_pill.yaml

14 lines
241 B
YAML
Raw Normal View History

2016-11-29 17:15:25 +00:00
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