Releases: nickknissen/hass-monta
2.0.2
🛠️ Fixes
Use correct version naming in release so the integration can be installed and not cause Unable to get manifest for integration monta: Integration 'monta' not found.
The changes below are copied from the faulty version 2.0.0
🌍 New Features
Dedicated Monta Python Package
- Migrated from custom API client to the dedicated monta Python package
Multi-language Translation Support
- Added translation support for sensor state values
Configurable Scan Intervals
- Added options to customize data update frequencies for different data types
- Configure separate scan intervals for:
- Charge Points - How often to fetch charger status and data (default: 120 seconds)
- Wallet - How often to update wallet balance (default: 600 seconds)
- Transactions - How often to fetch transaction history (default: 600 seconds)
- Adjust intervals in integration settings to balance between data freshness and API rate limits
- Improves unnecessary API calls.
🔧 Improvements
Code Quality & Maintenance
- Enhanced type annotations for coordinators (charge point, wallet, and transaction)
📝 Notes
This release should be full backwards compatibility with 1.x versions. No configuration changes or migration steps are required - simply update to enjoy the new translation features!
2.0.1-pre1
Full Changelog: v.2.0.0...2.0.1
2.0.0-pre4
What's Changed
- feat(translations): add sensor state translations by @nickknissen in #244
Full Changelog: 2.0.0-pre3...2.0.0-pre4
2.0.0-pre3
Full Changelog: 2.0.0-pre2...2.0.0-pre3
2.0.0-pre2
Full Changelog: 2.0.0-pre1...2.0.0-pre2
2.0.0-pre1
What's Changed
- chore(deps): Update pip requirement from <25.1,>=21.0 to >=21.0,<25.2 by @dependabot[bot] in #188
- chore(deps): Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot[bot] in #186
- chore(deps): Bump ruff from 0.11.6 to 0.11.8 by @dependabot[bot] in #189
- chore(deps): Bump ruff from 0.11.8 to 0.11.11 by @dependabot[bot] in #192
- chore(deps): Bump ruff from 0.11.11 to 0.11.13 by @dependabot[bot] in #195
- chore(deps): Bump softprops/action-gh-release from 2.2.2 to 2.3.2 by @dependabot[bot] in #196
- chore(deps): Bump ruff from 0.11.13 to 0.12.1 by @dependabot[bot] in #198
- chore(deps): Bump debugpy from 1.8.14 to 1.8.15 by @dependabot[bot] in #203
- chore(deps): Bump ruff from 0.12.1 to 0.12.7 by @dependabot[bot] in #204
- chore(deps): Update pip requirement from <25.2,>=21.0 to >=21.0,<25.3 by @dependabot[bot] in #205
- chore(deps): Bump ruff from 0.12.7 to 0.12.12 by @dependabot[bot] in #214
- chore(deps): Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #213
- chore(deps): Bump debugpy from 1.8.15 to 1.8.16 by @dependabot[bot] in #207
- chore(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #208
- chore(deps): Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by @dependabot[bot] in #212
- chore(deps): Bump colorlog from 6.9.0 to 6.10.1 by @dependabot[bot] in #224
- chore(deps): Bump ruff from 0.12.12 to 0.14.1 by @dependabot[bot] in #223
- chore(deps): Bump softprops/action-gh-release from 2.3.3 to 2.4.1 by @dependabot[bot] in #221
- chore(deps): Bump debugpy from 1.8.16 to 1.8.17 by @dependabot[bot] in #217
- chore(deps): Bump ruff from 0.14.1 to 0.14.3 by @dependabot[bot] in #228
- chore(deps): Update pip requirement from <25.3,>=21.0 to >=21.0,<25.4 by @dependabot[bot] in #226
- Configurable update Interval and options improvement by @nickknissen in #229
- Add variable scan intervals for different API endpoints by @nickknissen in #230
- Remove unused generic scan_interval configuration by @nickknissen in #231
- chore(deps): Bump ruff from 0.14.3 to 0.14.4 by @dependabot[bot] in #233
- chore(deps): Bump softprops/action-gh-release from 2.4.1 to 2.4.2 by @dependabot[bot] in #234
- Refactor to use DTO/value objects instead of dictionaries by @nickknissen in #232
- Replace custom API implementation with monta package by @nickknissen in #235
- Fix deprecation warning with option flow config_entry explicitly set by @nickknissen in #237
- chore(deps): Bump actions/checkout from 5.0.0 to 5.0.1 by @dependabot[bot] in #239
- chore(deps): Bump ruff from 0.14.4 to 0.14.5 by @dependabot[bot] in #238
- Improve code quality using Home Assistant scale by @nickknissen in #240
- Rename integration from monta to hass_monta by @nickknissen in #241
- chore(deps): Bump ruff from 0.14.5 to 0.14.6 by @dependabot[bot] in #242
- chore(deps): Bump actions/checkout from 5.0.1 to 6.0.0 by @dependabot[bot] in #243
Full Changelog: 1.6.3...2.0.0-pre1
1.6.7
What's Changed
🚀 Features
- Configurable update Interval and options improvement by @nickknissen in #229
- Add variable scan intervals for different API endpoints by @nickknissen in #230
- Remove unused generic scan_interval configuration by @nickknissen in #231
- Refactor to use DTO/value objects instead of dictionaries by @nickknissen in #232
📦 Dependencies
- chore(deps): Update pip requirement from <25.1,>=21.0 to >=21.0,<25.2 by @dependabot[bot] in #188
- chore(deps): Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot[bot] in #186
- chore(deps): Bump ruff from 0.11.6 to 0.11.8 by @dependabot[bot] in #189
- chore(deps): Bump ruff from 0.11.8 to 0.11.11 by @dependabot[bot] in #192
- chore(deps): Bump ruff from 0.11.11 to 0.11.13 by @dependabot[bot] in #195
- chore(deps): Bump softprops/action-gh-release from 2.2.2 to 2.3.2 by @dependabot[bot] in #196
- chore(deps): Bump ruff from 0.11.13 to 0.12.1 by @dependabot[bot] in #198
- chore(deps): Bump debugpy from 1.8.14 to 1.8.15 by @dependabot[bot] in #203
- chore(deps): Bump ruff from 0.12.1 to 0.12.7 by @dependabot[bot] in #204
- chore(deps): Update pip requirement from <25.2,>=21.0 to >=21.0,<25.3 by @dependabot[bot] in #205
- chore(deps): Bump ruff from 0.12.7 to 0.12.12 by @dependabot[bot] in #214
- chore(deps): Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #213
- chore(deps): Bump debugpy from 1.8.15 to 1.8.16 by @dependabot[bot] in #207
- chore(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #208
- chore(deps): Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by @dependabot[bot] in #212
- chore(deps): Bump colorlog from 6.9.0 to 6.10.1 by @dependabot[bot] in #224
- chore(deps): Bump ruff from 0.12.12 to 0.14.1 by @dependabot[bot] in #223
- chore(deps): Bump softprops/action-gh-release from 2.3.3 to 2.4.1 by @dependabot[bot] in #221
- chore(deps): Bump debugpy from 1.8.16 to 1.8.17 by @dependabot[bot] in #217
- chore(deps): Bump ruff from 0.14.1 to 0.14.3 by @dependabot[bot] in #228
- chore(deps): Update pip requirement from <25.3,>=21.0 to >=21.0,<25.4 by @dependabot[bot] in #226
- chore(deps): Bump ruff from 0.14.3 to 0.14.4 by @dependabot[bot] in #233
- chore(deps): Bump softprops/action-gh-release from 2.4.1 to 2.4.2 by @dependabot[bot] in #234
Full Changelog: 1.6.3...1.6.7
1.6.6
What's Changed
🚀 Features
- Remove unused generic scan_interval configuration by @nickknissen in #231
- Add variable scan intervals for different API endpoints by @nickknissen in #230
- Configurable update Interval and options improvement by @nickknissen in #229
📦 Dependencies
Full Changelog: 1.6.3...1.6.6
1.6.5
What's Changed
🚀 Features
- Configurable update Interval and options improvement by @nickknissen in #229
- Add variable scan intervals for different API endpoints by @nickknissen in #230
📦 Dependencies
- chore(deps): Update pip requirement from <25.1,>=21.0 to >=21.0,<25.2 by @dependabot[bot] in #188
- chore(deps): Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot[bot] in #186
- chore(deps): Bump ruff from 0.11.6 to 0.11.8 by @dependabot[bot] in #189
- chore(deps): Bump ruff from 0.11.8 to 0.11.11 by @dependabot[bot] in #192
- chore(deps): Bump ruff from 0.11.11 to 0.11.13 by @dependabot[bot] in #195
- chore(deps): Bump softprops/action-gh-release from 2.2.2 to 2.3.2 by @dependabot[bot] in #196
- chore(deps): Bump ruff from 0.11.13 to 0.12.1 by @dependabot[bot] in #198
- chore(deps): Bump debugpy from 1.8.14 to 1.8.15 by @dependabot[bot] in #203
- chore(deps): Bump ruff from 0.12.1 to 0.12.7 by @dependabot[bot] in #204
- chore(deps): Update pip requirement from <25.2,>=21.0 to >=21.0,<25.3 by @dependabot[bot] in #205
- chore(deps): Bump ruff from 0.12.7 to 0.12.12 by @dependabot[bot] in #214
- chore(deps): Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #213
- chore(deps): Bump debugpy from 1.8.15 to 1.8.16 by @dependabot[bot] in #207
- chore(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #208
- chore(deps): Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by @dependabot[bot] in #212
- chore(deps): Bump colorlog from 6.9.0 to 6.10.1 by @dependabot[bot] in #224
- chore(deps): Bump ruff from 0.12.12 to 0.14.1 by @dependabot[bot] in #223
- chore(deps): Bump softprops/action-gh-release from 2.3.3 to 2.4.1 by @dependabot[bot] in #221
- chore(deps): Bump debugpy from 1.8.16 to 1.8.17 by @dependabot[bot] in #217
- chore(deps): Bump ruff from 0.14.1 to 0.14.3 by @dependabot[bot] in #228
- chore(deps): Update pip requirement from <25.3,>=21.0 to >=21.0,<25.4 by @dependabot[bot] in #226
Full Changelog: 1.6.3...1.6.5
1.6.4
🚀 Features
- Configurable update Interval and options improvement by @nickknissen in #229
📦 Dependencies
- chore(deps): Update pip requirement from <25.1,>=21.0 to >=21.0,<25.2 by @dependabot[bot] in #188
- chore(deps): Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot[bot] in #186
- chore(deps): Bump ruff from 0.11.6 to 0.11.8 by @dependabot[bot] in #189
- chore(deps): Bump ruff from 0.11.8 to 0.11.11 by @dependabot[bot] in #192
- chore(deps): Bump ruff from 0.11.11 to 0.11.13 by @dependabot[bot] in #195
- chore(deps): Bump softprops/action-gh-release from 2.2.2 to 2.3.2 by @dependabot[bot] in #196
- chore(deps): Bump ruff from 0.11.13 to 0.12.1 by @dependabot[bot] in #198
- chore(deps): Bump debugpy from 1.8.14 to 1.8.15 by @dependabot[bot] in #203
- chore(deps): Bump ruff from 0.12.1 to 0.12.7 by @dependabot[bot] in #204
- chore(deps): Update pip requirement from <25.2,>=21.0 to >=21.0,<25.3 by @dependabot[bot] in #205
- chore(deps): Bump ruff from 0.12.7 to 0.12.12 by @dependabot[bot] in #214
- chore(deps): Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #213
- chore(deps): Bump debugpy from 1.8.15 to 1.8.16 by @dependabot[bot] in #207
- chore(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #208
- chore(deps): Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by @dependabot[bot] in #212
- chore(deps): Bump colorlog from 6.9.0 to 6.10.1 by @dependabot[bot] in #224
- chore(deps): Bump ruff from 0.12.12 to 0.14.1 by @dependabot[bot] in #223
- chore(deps): Bump softprops/action-gh-release from 2.3.3 to 2.4.1 by @dependabot[bot] in #221
- chore(deps): Bump debugpy from 1.8.16 to 1.8.17 by @dependabot[bot] in #217
- chore(deps): Bump ruff from 0.14.1 to 0.14.3 by @dependabot[bot] in #228
- chore(deps): Update pip requirement from <25.3,>=21.0 to >=21.0,<25.4 by @dependabot[bot] in #226
Full Changelog: 1.6.3...1.6.4