- More formal Split between Networked and USB code.
- Refactoring where necessary.
Versions from 0.30 and up
NEW APR 2023 [0.34.10] Implement latest Core PR's
- Core PR [88967](https://github.com/home-assistant/core/pull/88967)
- Core PR [90537](https://github.com/home-assistant/core/pull/90537)
- Implement name translations for sensors (translation_key)
APR 2023 [0.34.9] Bugfixes for Stick and Anna + Elga
- Stick: 2nd fix for 369, merge PR 374 by mvdwetering
- Final fix for 320 - via plugwise [v0.27.10](https://github.com/plugwise/python-plugwise/releases/tag/v0.27.10)
MAR 2023 [0.34.8] Bugfixes for Stick, P1 legacy
- Attempt to fix for reported Plugwise-Beta issue 347 - via plugwise [v0.27.8](https://github.com/plugwise/python-plugwise/releases/tag/v0.27.8)
- Fix for 368 - via plugwise [v0.27.9](https://github.com/plugwise/python-plugwise/releases/tag/v0.27.0)
- Fix for 369.
- Added pre-commit and additional linting (no or marginal code changes).
- Added tagging in 361 to enable a path forward for upstreaming (mostly isort and tagging, no or marginal code changes).
- Replacing flake8 linting with ruff as per upstream.
FEB 2023 [0.34.7.1] Stick-bugfix, rename P1 gas-interval sensor, line up with Core Plugwise
- Sort manifest-json - [Core PR 87082](https://github.com/home-assistant/core/pull/87082)
- Link to plugwise module [v0.27.7](https://github.com/plugwise/python-plugwise/releases/tag/v0.27.7)
- Implement moved EntityCategory
- Correct state_class to MEASUREMENT for all interval-sensors
- Remove unneeded state_class=MEASUREMENT, already set in PlugwiseSensorEntityDescription-class
- Implement Core PR 87449
- Implement `suggested_display_precision` for outdoor sensors
- Rename P1 sensor `gas_consumed_interval` to `gas_consumed_previous_hour gas_consumed_interval` and migrate
- Add pydantic to pip-packages, bump CACHE_VERSION to fix a test-enviroment error
- Implement [Core PR 87347](https://github.com/home-assistant/core/pull/87347)
- Implement [Core PR 87381](https://github.com/home-assistant/core/pull/87381)
FEB 2023 [0.34.5] Fix various warnings
- Via plugwise module [v0.27.6](https://github.com/plugwise/python-plugwise/releases/tag/v0.27.6)
- Adapt to HA Core [our 342](http://github.com/plugwise/plugwise-beta/pull/342)
- Correct various sensor attributes: PRs [343](http://github.com/plugwise/plugwise-beta/pull/343) & [#344](http://github.com/plugwise/plugwise-beta/pull/344)
JAN 2023 [0.34.4] Bugfix for 340
- Bugfix [340](https://github.com/plugwise/plugwise-beta/issues/340) via plugwise [v0.27.5](https://github.com/plugwise/python-plugwise/releases/tag/v0.27.5)