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