v0.1.40
What's New
A small docs-and-tooling release. No new code, entities or services.
New blueprint: notify_connectivity_lost.yaml
Pairs with the v0.1.38 connectivity sensors (site, inverter, heat pump, meter, wallbox). Fires a notification when the chosen sensor stays OFF for a debounce duration (default 5 minutes — filters brief cloud reconnects). The default message templates {{ trigger.to_state.name }}, so a single import covers any of the five sensors — instantiate one automation per sensor you want to watch.
Import URL:
https://github.com/mrebbert/1komma5-ha/blob/main/blueprints/automation/onekommafive/notify_connectivity_lost.yaml
README: Energy Dashboard setup
A new top-level section explains how to wire each integration sensor into the Home Assistant Energy Dashboard:
- Grid consumption / return / solar / battery in / battery out
- Per-device tracking for heat pump, EV charger, AC, household
- Grid pricing via
electricity_cost(no static price field needed — already integrates the live dynamic price including negative slots) - Return-to-grid revenue via
feed_in_revenue
README: reordered for discoverability
The "Features" section (~300 lines of entity reference tables) used to come before Installation, so a new user had to scroll past 8 screens of tables to find out how to install. The new order surfaces the action-required content first:
- Disclaimer
- Installation
- Configuration
- Energy Dashboard setup
- Example Dashboard
- Blueprints
- Entities (renamed from Features)
- Services & Events (lifted to its own H2 — was a sub-section of Features)
- Requirements / Technical Details / Development / Credits
No content was removed or shortened — only reordered, renamed and split.
Tooling
onekommafivefloor bumped to>=0.1.22. The release adds an optional CLI token cache; this integration doesn't consume it. The bump just keeps the pin honest to the latest tested SDK.
Full changelog
See CHANGELOG.md.