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