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