Revert use of new sensor, doesn't trigger as intended #35
This commit is contained in:
@ -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
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user