mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 20:56:44 +00:00
Changed the family is home sensor...again...so thats means updating things.
This commit is contained in:
@@ -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 }}'
|
||||||
|
Reference in New Issue
Block a user