Changed tiziano mobile app for notification

This commit is contained in:
2025-02-13 12:04:45 +01:00
parent 8aed71dc2f
commit d1a4d22980
4 changed files with 14 additions and 10 deletions

View File

@@ -104,7 +104,7 @@ variables:
# here list of mobile APP to be notified
recipient_list:
- notify.mobile_app_ttrabatt_iphone15
- notify.mobile_app_tiziano_iphone15pro
- notify.mobile_app_emanuele_s24
actions:

View File

@@ -39,6 +39,8 @@ triggers:
trigger_variables:
sensor_status: !input window_sensor
variables:
thermostat_name: !input climate_target
conditions:
- condition: numeric_state
entity_id: sensor.esterno_temperature
@@ -56,12 +58,12 @@ actions:
hvac_mode: "off"
target:
entity_id: !input climate_target
- action: notify.mobile_app_ttrabatt_iphone15
- action: notify.mobile_app_tiziano_iphone15pro
metadata: {}
data:
message: >
Thermostat OFF
title: HA template 'heat_save' DEBUG
{{ thermostat_name }} - OFF
title: Heat Save Control
# if finestra is closed
- conditions: >
{{ is_state( sensor_status, 'off') }}
@@ -72,18 +74,18 @@ actions:
hvac_mode: "heat"
target:
entity_id: !input climate_target
- action: notify.mobile_app_ttrabatt_iphone15
- action: notify.mobile_app_tiziano_iphone15pro
metadata: {}
data:
message: >
Thermostat HEAT
title: HA template 'heat_save' DEBUG
{{ thermostat_name }} - ON
title: Heat Save Control
default:
sequence:
- action: notify.mobile_app_ttrabatt_iphone15
- action: notify.mobile_app_tiziano_iphone15pro
metadata: {}
data:
title: HA template 'heat_save' ERROR
title: Heat Save Control ERROR
message: >
Bad Conditions state {{ states( sensor_status ) }}