Attempt to prevent false presence triggers

This commit is contained in:
2023-04-21 14:29:25 -04:00
parent 6c95ac9888
commit a8f8f6b2b7
2 changed files with 9 additions and 3 deletions

View File

@ -210,7 +210,9 @@
trigger:
- platform: state
entity_id: group.adults
from: not_home
not_from:
- unknown
- unavailable
to: home
condition:
- condition: not
@ -246,7 +248,9 @@
trigger:
- platform: state
entity_id: group.adults
from: home
not_from:
- unknown
- unavailable
to: not_home
condition:
- condition: state