From 5633d0d2eefdba185d9696e5a61dd8a96019fad5 Mon Sep 17 00:00:00 2001 From: Yurii Date: Thu, 7 Dec 2023 16:04:51 +0300 Subject: [PATCH] fix ha scripts --- assets/ha/report_outdoor_temp_to_controller_from_weather.yaml | 3 --- assets/ha/report_temp_to_controller.yaml | 2 -- 2 files changed, 5 deletions(-) diff --git a/assets/ha/report_outdoor_temp_to_controller_from_weather.yaml b/assets/ha/report_outdoor_temp_to_controller_from_weather.yaml index 424d58b..0189e56 100644 --- a/assets/ha/report_outdoor_temp_to_controller_from_weather.yaml +++ b/assets/ha/report_outdoor_temp_to_controller_from_weather.yaml @@ -11,9 +11,6 @@ variables: # If the prefix has not changed, then you do not need to change it target_entity: "number.opentherm_outdoor_temp" trigger: - - platform: state - entity_id: "{{ source_entity }}" - attribute: temperature - platform: time_pattern seconds: /30 condition: diff --git a/assets/ha/report_temp_to_controller.yaml b/assets/ha/report_temp_to_controller.yaml index 729d17f..8416487 100644 --- a/assets/ha/report_temp_to_controller.yaml +++ b/assets/ha/report_temp_to_controller.yaml @@ -12,8 +12,6 @@ variables: # To report outdoor temperature: number.opentherm_outdoor_temp target_entity: "number.opentherm_indoor_temp" trigger: - - platform: state - entity_id: "{{ source_entity }}" - platform: time_pattern seconds: /30 condition: