mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
Pixel 7 to Pixel 10
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user