2018-03-06 16:10:52 +00:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# Transit
|
|
|
|
#
|
|
|
|
############
|
|
|
|
|
|
|
|
- alias: Jeff eta home
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: sensor.jeff_destination
|
|
|
|
to: Home
|
2018-03-09 16:55:37 +00:00
|
|
|
condition:
|
|
|
|
- condition: state
|
|
|
|
entity_id: input_boolean.text_notify_kat
|
|
|
|
state: 'on'
|
2018-03-06 16:10:52 +00:00
|
|
|
action:
|
|
|
|
- service: input_boolean.turn_on
|
|
|
|
entity_id: input_boolean.jeff_heading_home
|
|
|
|
|