Reworking presence automations

This commit is contained in:
Jeffrey Stone
2018-03-09 11:52:06 -05:00
parent 84a0f0665f
commit 3f115fe085
4 changed files with 29 additions and 67 deletions

View 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

View File

@@ -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