From 9aebb6ce4035b5343ba7ad4555c7d2b523d5e964 Mon Sep 17 00:00:00 2001 From: David Ducatel Date: Fri, 6 Dec 2024 14:28:11 +0100 Subject: [PATCH] Remove enties Which make HA fail to load event Update config-example.yaml to remove last_reset_value_template in MQTT message --- SunGather/config-example.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/SunGather/config-example.yaml b/SunGather/config-example.yaml index 2484180..664c4f5 100644 --- a/SunGather/config-example.yaml +++ b/SunGather/config-example.yaml @@ -81,7 +81,6 @@ exports: state_class: total_increasing icon: "mdi:transmission-tower-export" value_template: "{{ value_json.daily_export_to_grid | round(2) }}" - last_reset_value_template: "{{ value_json.last_reset }}" - name: "Daily Import from Grid" sensor_type: sensor register: daily_import_from_grid @@ -89,7 +88,6 @@ exports: state_class: total_increasing icon: "mdi:transmission-tower-import" value_template: "{{ value_json.daily_import_from_grid | round(2) }}" - last_reset_value_template: "{{ value_json.last_reset }}" - name: "Temperature" sensor_type: sensor register: internal_temperature