mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-11-05 12:06:22 +00:00
14 lines
241 B
YAML
14 lines
241 B
YAML
|
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
|