Changed the family is home sensor...again...so thats means updating things.

This commit is contained in:
Jeffrey Stone 2022-02-24 23:33:45 -05:00
parent 06e47e2b25
commit 53459a63c7
1 changed files with 4 additions and 4 deletions

View File

@ -320,8 +320,8 @@ script:
entity_id: input_boolean.audible_notifications
state: 'on'
- condition: state
entity_id: sensor.family_status
state: Home
entity_id: group.family
state: 'home'
- service: media_player.turn_on
entity_id: media_player.ha_blue
- service: media_player.volume_set
@ -337,8 +337,8 @@ script:
digital_learning_notification:
sequence:
- condition: state
entity_id: sensor.family_status
state: Home
entity_id: group.people
state: 'home'
- service: script.status_annc
data_template:
who: '{{ states.sensor.room_presence.state }}'