Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down