Removed mobile app from device trackers for "person_home" detection
This commit is contained in:
@ -117,24 +117,24 @@ sensor:
|
||||
sensors:
|
||||
tony_home:
|
||||
icon_template: >-
|
||||
{% if is_state('device_tracker.tony_s_iphone', 'home') or is_state('device_tracker.tony_s_iphone_app', 'home') or is_state('device_tracker.life360_tony_stork','home') %}
|
||||
{% if is_state('device_tracker.tony_s_iphone', 'home') or is_state('device_tracker.life360_tony_stork','home') %}
|
||||
mdi:home
|
||||
{% else %}
|
||||
mdi:car
|
||||
{% endif %}
|
||||
value_template: >-
|
||||
{{ is_state('device_tracker.tony_s_iphone', 'home') or is_state('device_tracker.tony_s_iphone_app', 'home') or is_state('device_tracker.life360_tony_stork','home') }}
|
||||
{{ is_state('device_tracker.tony_s_iphone', 'home') or is_state('device_tracker.life360_tony_stork','home') }}
|
||||
- platform: template
|
||||
sensors:
|
||||
tina_home:
|
||||
icon_template: >-
|
||||
{% if is_state('device_tracker.tinas_iphone', 'home') or is_state('device_tracker.tinas_iphone_app', 'home') or is_state('device_tracker.life360_christina_stork','home') %}
|
||||
{% if is_state('device_tracker.tinas_iphone', 'home') or is_state('device_tracker.life360_christina_stork','home') %}
|
||||
mdi:home
|
||||
{% else %}
|
||||
mdi:car
|
||||
{% endif %}
|
||||
value_template: >-
|
||||
{{ is_state('device_tracker.tinas_iphone', 'home') or is_state('device_tracker.tinas_iphone_app', 'home') or is_state('device_tracker.life360_christina_stork','home') }}
|
||||
{{ is_state('device_tracker.tinas_iphone', 'home') or is_state('device_tracker.life360_christina_stork','home') }}
|
||||
- platform: template
|
||||
sensors:
|
||||
people_home:
|
||||
|
Reference in New Issue
Block a user