mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 20:56:44 +00:00
removing arrived as a desitnation and adding new sensors
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
jeff_destination_arrived:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "jeff/driving/destination"
|
||||
payload: "Arrived"
|
||||
retain: true
|
@@ -1,6 +1,6 @@
|
||||
jeff_is_home:
|
||||
sequence:
|
||||
- service: script.jeff_destination_arrived
|
||||
- service: script.jeff_destination_na
|
||||
- service: script.driveway_on
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.jeff_heading_home
|
||||
|
7
scripts/kat_destination_na.yaml
Normal file
7
scripts/kat_destination_na.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
kat_destination_na:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "kat/driving/destination"
|
||||
payload: "na"
|
||||
retain: true
|
Reference in New Issue
Block a user