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: