Changed the family is home sensor...again...so thats means updating things.
This commit is contained in:
parent
c78ef3b954
commit
06e47e2b25
|
@ -318,8 +318,8 @@ script:
|
||||||
# state: 'on'
|
# state: 'on'
|
||||||
# # Ensure the family is home. If you are using a group to track the family, or a person just update as needed. Comment out if not needed.
|
# # Ensure the family is home. If you are using a group to track the family, or a person just update as needed. Comment out if not needed.
|
||||||
# - condition: state
|
# - condition: state
|
||||||
# entity_id: sensor.family_status
|
# entity_id: group.family
|
||||||
# state: Home
|
# state: 'home'
|
||||||
# # Update the media player with the one you want to use
|
# # Update the media player with the one you want to use
|
||||||
# - service: media_player.turn_on
|
# - service: media_player.turn_on
|
||||||
# data:
|
# data:
|
||||||
|
@ -365,8 +365,8 @@ script:
|
||||||
# state: 'on'
|
# state: 'on'
|
||||||
# # Ensure the family is home. If you are using a group to track the family, or a person just update as needed. Comment out if not needed.
|
# # Ensure the family is home. If you are using a group to track the family, or a person just update as needed. Comment out if not needed.
|
||||||
# - condition: state
|
# - condition: state
|
||||||
# entity_id: sensor.family_status
|
# entity_id: group.family
|
||||||
# state: Home
|
# state: 'home'
|
||||||
# # Update the media player with the one you want to use
|
# # Update the media player with the one you want to use
|
||||||
# - service: media_player.turn_on
|
# - service: media_player.turn_on
|
||||||
# data:
|
# data:
|
||||||
|
|
Loading…
Reference in New Issue