Taking another crack at proper Life360-based presence #35
This commit is contained in:
@ -174,6 +174,9 @@
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: group.family
|
entity_id: group.family
|
||||||
state: unknown
|
state: unknown
|
||||||
|
- condition: state
|
||||||
|
entity_id: binary_sensor.internet
|
||||||
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- service: script.family_is_home
|
- service: script.family_is_home
|
||||||
data: {}
|
data: {}
|
||||||
@ -205,6 +208,9 @@
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: group.family
|
entity_id: group.family
|
||||||
state: unknown
|
state: unknown
|
||||||
|
- condition: state
|
||||||
|
entity_id: binary_sensor.internet
|
||||||
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- service: script.family_is_away
|
- service: script.family_is_away
|
||||||
data: {}
|
data: {}
|
||||||
|
Reference in New Issue
Block a user