Releases: basilfx/homeassistant-biketrax
v2.0.1
See the CHANGELOG.md for more information.
Changes
Contributors
Thanks @andreasbrett for testing this ahead of the 2024.8 release.
v2.0.0
See the CHANGELOG.md for more information.
Breaking changes
Be aware of the breaking change. Due to a fix w.r.t. entity identifiers, the device must be removed and re-added. The identifiers will remain the same, but their underlying unique identifier changed from integer to string.
Changes
- async_write_ha_state must not be awaited (#125) @basilfx
- Extend device information (#124) @basilfx
- Ensure device identifier is a string (#123) @basilfx
- Upgrade aiobiketrax to 1.3.0 (#122) @basilfx
- Migrate to new const data types (#118) @andreasbrett
- Upgrade dependencies (#120) @basilfx
Contributors
v2.0.0b1
See the CHANGELOG.md for more information.
Changes
- async_write_ha_state must not be awaited (#125) @basilfx
- Extend device information (#124) @basilfx
- Ensure device identifier is a string (#123) @basilfx
- Upgrade aiobiketrax to 1.3.0 (#122) @basilfx
- Migrate to new const data types (#118) @andreasbrett
- Upgrade dependencies (#120) @basilfx
Contributors
v1.1.2
v1.1.1
v1.1.0
See the CHANGELOG.md for more information.
Changes
- Use async_write_ha_state to update switch state (#103) @basilfx
- Bump black from 23.3.0 to 23.7.0 (#98) @dependabot
- Add aiobiketrax to the loggers (#102) @basilfx
- Upgrade aiobiketrax to 1.1.0 (#101) @basilfx
- Bump pytest from 7.3.2 to 7.4.0 (#94) @dependabot
Contributors
v1.0.0
See the CHANGELOG.md for more information.
Changes
- Release v1.0.0 (#89) @basilfx
- Additional entity improvements (#87) @basilfx
- Upgrade aiobiketrax to 1.0.0 (#88) @basilfx
- Warn on expires subscriptions (#84) @basilfx
- Fix compatibility with 2023.5 (#83) @basilfx
- Sort manifest keys per convention (#76) @basilfx
Contributors
v0.5.0
See the CHANGELOG.md for more information.
Breaking changes
- Due to the migration to proper native units, you might have to change the unit of some entities to your liking.
- Because entity classes have been set for statistics support, old history will not be shown.
Changes
- Release v0.5.0 (#67) @basilfx
- Upgrade aiobiketrax to 0.5.0 (#66) @basilfx
- Set sensor state class to enable statistics (#62) @basilfx
- Refactor sensor values and units (#59) @basilfx
Contributors
v0.4.0
See the CHANGELOG.md for more information.
Breaking changes
Due to the migration of the alarm switch, to an alarm control panel, you must remove the old entities. If that does not work, remove the device and add it again.
Changes
- Release v0.4.0 (#55) @basilfx
- Remove set-stolen on alarm trigger (#52) @basilfx
- Add additional alarm sensors (#54) @basilfx
- Fix conversion of speed and distance (#53) @basilfx
- Update README.md for alarm control panel (#51) @basilfx
- Update strings.json (#50) @basilfx
- Move common coordinator code to base (#49) @basilfx
- Remove migration on start (#48) @basilfx
- Add read-only mode to alarm (#47) @basilfx
- Migrate alarm switch to alarm control panel (clean from master) (#46) @vlebourl
Contributors
v0.3.0
See the CHANGELOG.md for more information.
Changes
- Release v0.3.0 (#45) @basilfx
- Upgrade aiobiketrax to 0.3.0 (#44) @basilfx
- Bump homeassistant from 2022.9.7 to 2022.10.4 (#43) @dependabot
- Bump black from 22.8.0 to 22.10.0 (#37) @dependabot
- Fix deprecation of units.name for unit system (#42) @basilfx
- Reduce number of API calls necessary (#41) @basilfx
- Add logging to websocket task (#40) @basilfx
- Implement handling of aiobiketrax exceptions (#35) @basilfx
- Correct the logger for custom component (#36) @basilfx
- Release v0.2.2a1 (#34) @basilfx
- Upgrade to aiobiketrax 0.2.2a1 (#33) @basilfx
- Bump homeassistant from 2022.8.7 to 2022.9.7 (#32) @basilfx
- Bump pytest from 7.1.2 to 7.1.3 (#25) @dependabot
- Bump black from 22.6.0 to 22.8.0 (#24) @dependabot