From 9071a523883305c64a566669bba057cff4d787e4 Mon Sep 17 00:00:00 2001 From: Aleksandar Dadic <88589630+aldadic@users.noreply.github.com> Date: Sun, 21 Dec 2025 17:49:20 +0100 Subject: [PATCH] Don't exclude instantaneous power from recorder --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 0d5666d..a57d606 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,6 @@ mqtt: state_class: "measurement" value_template: "{{ value_json['+P'] }}" expire_after: 30 # become unavailable if no data is received for 30 seconds - -# the history of instantaneous power is not interesting -# therefore exclude it from the recorder -recorder: - exclude: - entities: - - sensor.momentanleistung ``` I have also set up an automation that sends a notification to my phone when one of the sensors becomes unavailable.