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
|
||||
|
Reference in New Issue
Block a user