You could use a template sensor that basically excludes his device:
{% set zone_is_home = iif(is_state('device_tracker.son_phone', 'home'), (states('zone.home')|int) - 1, states('zone.home')) | int %}
{{ zone_is_home }}
You could use a template sensor that basically excludes his device:
{% set zone_is_home = iif(is_state('device_tracker.son_phone', 'home'), (states('zone.home')|int) - 1, states('zone.home')) | int %}
{{ zone_is_home }}