Changed the family is home sensor...again...so thats means updating things.
This commit is contained in:
parent
06e47e2b25
commit
53459a63c7
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in New Issue