removing arrived as a desitnation and adding new sensors
This commit is contained in:
parent
4524c24f30
commit
26775a2058
|
@ -70,7 +70,7 @@
|
|||
platform: zone
|
||||
zone: zone.summit
|
||||
action:
|
||||
- service: script.jeff_destination_arrived
|
||||
- service: script.jeff_destination_na
|
||||
- service: script.jeff_at_work_notification
|
||||
|
||||
- alias: Kat Arrives Home Notification
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
kat_destination_na:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "kat/driving/destination"
|
||||
payload: "na"
|
||||
retain: true
|
|
@ -1,6 +1,9 @@
|
|||
- platform: mqtt
|
||||
name: "Jeff Destination"
|
||||
state_topic: "jeff/driving/destination"
|
||||
- platform: mqtt
|
||||
name: "Kat Destination"
|
||||
state_topic: "kat/driving/destination"
|
||||
- platform: template
|
||||
sensors:
|
||||
family_presence:
|
||||
|
|
Loading…
Reference in New Issue