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

@@ -1 +1 @@
2025.1.4 2025.2.3

View File

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

View File

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

View File

@@ -29,6 +29,8 @@ recorder:
# log INFO level messages # log INFO level messages
logger: logger:
default: info default: info
logs:
custom_components.mikrotik_router: debug
# influxdb: !include influxdb_feed.yaml # influxdb: !include influxdb_feed.yaml