home-assistant-configuration/scripts/jeff_destination_arrived.yaml

8 lines
168 B
YAML
Raw Normal View History

jeff_destination_arrived:
sequence:
- service: mqtt.publish
data:
topic: "jeff/driving/destination"
payload: "Arrived"
retain: true