mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-13 12:08:20 +00:00
20 lines
324 B
YAML
20 lines
324 B
YAML
#
|
|
#
|
|
# Transit
|
|
#
|
|
############
|
|
|
|
- alias: Jeff eta home
|
|
trigger:
|
|
- platform: state
|
|
entity_id: sensor.jeff_destination
|
|
to: Home
|
|
condition:
|
|
- condition: state
|
|
entity_id: input_boolean.text_notify_kat
|
|
state: 'on'
|
|
action:
|
|
- service: input_boolean.turn_on
|
|
entity_id: input_boolean.jeff_heading_home
|
|
|