From d1a4d22980d94967716c4a1660c8df02d53adfcc Mon Sep 17 00:00:00 2001 From: ttrabatt Date: Thu, 13 Feb 2025 12:04:45 +0100 Subject: [PATCH] Changed tiziano mobile app for notification --- .HA_VERSION | 2 +- .../homeassistant/evcharge-process.yaml | 2 +- .../automation/homeassistant/heat_save.yaml | 18 ++++++++++-------- configuration.yaml | 2 ++ 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.HA_VERSION b/.HA_VERSION index c50e97c..11a39f5 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2025.1.4 \ No newline at end of file +2025.2.3 \ No newline at end of file diff --git a/blueprints/automation/homeassistant/evcharge-process.yaml b/blueprints/automation/homeassistant/evcharge-process.yaml index f12c9cb..508a095 100644 --- a/blueprints/automation/homeassistant/evcharge-process.yaml +++ b/blueprints/automation/homeassistant/evcharge-process.yaml @@ -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: diff --git a/blueprints/automation/homeassistant/heat_save.yaml b/blueprints/automation/homeassistant/heat_save.yaml index 7a67443..6d61246 100644 --- a/blueprints/automation/homeassistant/heat_save.yaml +++ b/blueprints/automation/homeassistant/heat_save.yaml @@ -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 ) }} diff --git a/configuration.yaml b/configuration.yaml index d0c3f11..a40df62 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -29,6 +29,8 @@ recorder: # log INFO level messages logger: default: info + logs: + custom_components.mikrotik_router: debug # influxdb: !include influxdb_feed.yaml