From 06e47e2b25e6db5b20f3bace104845717fd21fc0 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Thu, 24 Feb 2022 23:33:28 -0500 Subject: [PATCH] Changed the family is home sensor...again...so thats means updating things. --- config/packages/halloween.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/packages/halloween.yaml b/config/packages/halloween.yaml index 6e19886..dc66771 100755 --- a/config/packages/halloween.yaml +++ b/config/packages/halloween.yaml @@ -318,8 +318,8 @@ script: # 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. # - condition: state - # entity_id: sensor.family_status - # state: Home + # entity_id: group.family + # state: 'home' # # Update the media player with the one you want to use # - service: media_player.turn_on # data: @@ -365,8 +365,8 @@ script: # 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. # - condition: state - # entity_id: sensor.family_status - # state: Home + # entity_id: group.family + # state: 'home' # # Update the media player with the one you want to use # - service: media_player.turn_on # data: