Fix presence automations...again...hopefully...
This commit is contained in:
@ -210,7 +210,10 @@
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: sensor.adults_home_fix
|
||||
not_from: broken
|
||||
not_from:
|
||||
- broken
|
||||
- unavailable
|
||||
- unknown
|
||||
to: home
|
||||
condition:
|
||||
- condition: not
|
||||
@ -237,7 +240,10 @@
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: sensor.adults_home_fix
|
||||
not_from: broken
|
||||
not_from:
|
||||
- broken
|
||||
- unavailable
|
||||
- unknown
|
||||
to: not_home
|
||||
condition:
|
||||
- condition: state
|
||||
|
Reference in New Issue
Block a user