Changed tiziano mobile app for notification
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 ) }}
|
||||
|
||||
Reference in New Issue
Block a user