removing arrived as a desitnation and adding new sensors
This commit is contained in:
parent
4524c24f30
commit
26775a2058
|
@ -70,7 +70,7 @@
|
||||||
platform: zone
|
platform: zone
|
||||||
zone: zone.summit
|
zone: zone.summit
|
||||||
action:
|
action:
|
||||||
- service: script.jeff_destination_arrived
|
- service: script.jeff_destination_na
|
||||||
- service: script.jeff_at_work_notification
|
- service: script.jeff_at_work_notification
|
||||||
|
|
||||||
- alias: Kat Arrives Home 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:
|
jeff_is_home:
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.jeff_destination_arrived
|
- service: script.jeff_destination_na
|
||||||
- service: script.driveway_on
|
- service: script.driveway_on
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
entity_id: input_boolean.jeff_heading_home
|
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
|
- platform: mqtt
|
||||||
name: "Jeff Destination"
|
name: "Jeff Destination"
|
||||||
state_topic: "jeff/driving/destination"
|
state_topic: "jeff/driving/destination"
|
||||||
|
- platform: mqtt
|
||||||
|
name: "Kat Destination"
|
||||||
|
state_topic: "kat/driving/destination"
|
||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
family_presence:
|
family_presence:
|
||||||
|
|
Loading…
Reference in New Issue