Fixing disbaling of traffic alerts when leaving work
This commit is contained in:
parent
67c37cd84d
commit
3cf960b7cc
|
@ -75,6 +75,16 @@
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
entity_id: input_boolean.jeff_traffic_alert_home
|
entity_id: input_boolean.jeff_traffic_alert_home
|
||||||
|
|
||||||
|
- alias: Jeff Leaves Summit
|
||||||
|
trigger:
|
||||||
|
- entity_id: device_tracker.jeffrey_377fadfe9d7e410fb71bd84c06547c00
|
||||||
|
event: leave
|
||||||
|
platform: zone
|
||||||
|
zone: zone.summit
|
||||||
|
action:
|
||||||
|
- service: input_boolean.turn_off
|
||||||
|
entity_id: input_boolean.jeff_traffic_alert_home
|
||||||
|
|
||||||
- alias: Kat Arrives Home Notification
|
- alias: Kat Arrives Home Notification
|
||||||
trigger:
|
trigger:
|
||||||
- entity_id: device_tracker.kat_2f1c672110dd491ea7dca9833d1c6cf5
|
- entity_id: device_tracker.kat_2f1c672110dd491ea7dca9833d1c6cf5
|
||||||
|
|
Loading…
Reference in New Issue