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
+2 -2
View File
@@ -14,7 +14,7 @@ sequence:
entity_id: cover.garage_door
state: "closed"
sequence:
action: notify.mobile_app_pixel_7
action: notify.mobile_app_pixel_10_pro
data:
message: "The garage is closed. Do you want to adjust this?"
data:
@@ -28,7 +28,7 @@ sequence:
entity_id: cover.garage_door
state: "open"
sequence:
action: notify.mobile_app_pixel_7
action: notify.mobile_app_pixel_10_pro
data:
message: "The garage is open. Do you want to adjust this?"
data:
+1 -1
View File
@@ -1,6 +1,6 @@
alias: Notify Alert
sequence:
- action: notify.mobile_app_pixel_7
- action: notify.mobile_app_pixel_10_pro
data:
title: "Wake up!"
message: "The house is on fire and the cat's stuck in the dryer!"
+1 -1
View File
@@ -1,6 +1,6 @@
alias: Notify With Icon
sequence:
- action: notify.mobile_app_pixel_7
- action: notify.mobile_app_pixel_10_pro
data:
title: "Cellphone icon"
message: "This will show a cellphone icon in the status bar"
+1 -1
View File
@@ -1,6 +1,6 @@
alias: Notify with Pic
sequence:
- action: notify.mobile_app_pixel_7
- action: notify.mobile_app_pixel_10_pro
data:
title: Test
message: "This is a test message with an image."
@@ -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 %}