Pixel 7 to Pixel 10

This commit is contained in:
CeeWeasel
2026-01-22 08:39:55 -05:00
parent 97a0e678c0
commit 6003d60774
26 changed files with 56 additions and 90 deletions
@@ -13,10 +13,10 @@ sequence:
{% else %}
{{ states("input_select.clint_status_dropdown") }}
{% endif %}
{% elif is_state('device_tracker.pixel_7', 'home') and is_state('input_boolean.clint_home', 'off') %}
{% elif is_state('device_tracker.pixel_10_pro', 'home') and is_state('input_boolean.clint_home', 'off') %}
near home ({{ states('input_select.clint_status_dropdown') }})
{% elif not is_state('device_tracker.pixel_7', 'not_home') %}
at {{ states('device_tracker.pixel_7') }}
{% elif not is_state('device_tracker.pixel_10_pro', 'not_home') %}
at {{ states('device_tracker.pixel_10_pro') }}
{% else %}
somewhere
{% endif %}