8 lines
162 B
YAML
8 lines
162 B
YAML
|
jeff_destination_home:
|
||
|
sequence:
|
||
|
- service: mqtt.publish
|
||
|
data:
|
||
|
topic: "jeff/driving/destination"
|
||
|
payload: "Home"
|
||
|
retain: true
|