mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
Reworking presence automations
This commit is contained in:
7
scripts/jeff_is_home.yaml
Normal file
7
scripts/jeff_is_home.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
jeff_is_home:
|
||||
sequence:
|
||||
- service: script.jeff_destination_arrived
|
||||
- service: script.driveway_on
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.jeff_heading_home
|
||||
- service: script.jeff_is_home_audible
|
@@ -3,6 +3,9 @@ kat_is_home_audible:
|
||||
- condition: state
|
||||
entity_id: input_boolean.audible_notifications
|
||||
state: "on"
|
||||
- condition: state
|
||||
entity_id: sensor.jeff_presence
|
||||
state: 'present'
|
||||
- service: tts.google_say
|
||||
data:
|
||||
entity_id: media_player.hass_speaker
|
||||
|
Reference in New Issue
Block a user