Revert use of new sensor, doesn't trigger as intended #35

This commit is contained in:
2022-09-08 10:03:11 -04:00
parent 21df16d6f7
commit 19d345f515
2 changed files with 3 additions and 3 deletions

View File

@ -155,7 +155,7 @@
description: Runs when family arrives at home
trigger:
- platform: state
entity_id: sensor.family_presence
entity_id: group.family
from: not_home
to: home
- platform: event
@ -171,7 +171,7 @@
description: Runs when the family has left home
trigger:
- platform: state
entity_id: sensor.family_presence
entity_id: group.family
from: home
to: not_home
- platform: event

View File

@ -282,7 +282,7 @@ script:
alias: Family Is Away
sequence:
- condition: state
entity_id: sensor.family_presence
entity_id: group.family
state: not_home
- service: light.turn_off
target: