Use hybrid family presence tracking
This commit is contained in:
@@ -4,8 +4,8 @@ binary_sensor:
|
|||||||
device_class: presence
|
device_class: presence
|
||||||
state: >
|
state: >
|
||||||
{{ [
|
{{ [
|
||||||
states('device_tracker.unifi_anne'),
|
states('person.anne_schusler_dethlefsen'),
|
||||||
states('device_tracker.unifi_claus'),
|
states('person.claus_dethlefsen'),
|
||||||
states('device_tracker.unifi_andreas'),
|
states('device_tracker.unifi_andreas'),
|
||||||
states('device_tracker.unifi_daniel')
|
states('device_tracker.unifi_daniel')
|
||||||
] | select('eq', 'home') | list | count > 0 }}
|
] | select('eq', 'home') | list | count > 0 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user