Skip to content

Releases: darek-margas/iotawatt_ha

Backported Core changes from 2024.8.4

27 Aug 22:20
19df055
Compare
Choose a tag to compare

This backport aligns with Home Assistant changes while preserving the unique ID feature for outputs.

Breaking changes:

  1. Following the core version, which removed "_aggregated" sensors after Iotawatt introduced integrators, this backport also removes those sensors. They will no longer be available in the integration. If you were using them previously, I recommend setting up integrators instead.
  2. There's a known issue in core version 2024.6 causing the Iotawatt integration to fail with a TypeError: Iotawatt.__init__() got an unexpected keyword argument 'includeNonTotalSensors'. This issue persists in 2024.8 and appears to be due to the outdated and incompatible ha-iotawattpy library. You can resolve this by running pip install ha-iotawattpy==0.1.2 --target /config/deps, as the core fails to load this dependency from the manifest.json file. Alternatively, you can fix it by commenting out the new argument in coordinator.py.

Full Changelog: Initial...2024.8.4

Frozen old version

27 Aug 14:51
fa10c7c
Compare
Choose a tag to compare

This is release to hold old code before any changes. This does work with current HA 2024.8.4, however, it needs modification, which will come with next release.