Releases: nickknissen/hass-monta
Releases · nickknissen/hass-monta
v1.0.10
What's Changed
- Update pip requirement from <23.3,>=21.0 to >=21.0,<23.4 by @dependabot in #29
- Bump ruff from 0.0.292 to 0.1.0 by @dependabot in #28
- Indicate that entities have names so that core know to use it by @RogerSelwyn in #30
- Bump ruff from 0.1.0 to 0.1.1 by @dependabot in #32
- Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #31
New Contributors
- @RogerSelwyn made their first contribution in #30
Full Changelog: v1.0.9...v1.0.10
1.0.9
What's Changed
- Fix issue when an account has multiple charges. The entities would be marked as duplicate and not show up
- Bump ruff from 0.0.291 to 0.0.292 by @dependabot in #25
- Bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in #24
Full Changelog: v1.0.8...v1.0.9
1.0.8
What's Changed
- Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #22
- Bump ruff from 0.0.290 to 0.0.291 by @dependabot in #23
- Add start and stop charging service by @RogerSelwyn in #21
New Contributors
- @RogerSelwyn made their first contribution in #21
Full Changelog: v1.0.7...v1.0.8
1.0.8-pre
What's Changed
- Add start and stop charging service by @RogerSelwyn
Full Changelog: v1.0.7...v1.0.8-pre
1.0.7
What's Changed
- Added new sensor
Last meter reading
which shows the kwh of the last charge - Bump actions/setup-python from 4.6.1 to 4.7.0 by @dependabot
- Update pip requirement from <23.2,>=21.0 to >=21.0,<23.3 by @dependabot
- Bump actions/checkout from 3.5.3 to 4.0.0 by @dependabot
- Bump ruff from 0.0.277 to 0.0.290 by @dependabot
Full Changelog: v1.0.6...v1.0.7
Improve logging
- log charge point id on start to help debug
Full Changelog: v1.0.5...v1.0.6
Enable debug logging and cable pluged in
- Support "Enable debug logging" in integration
- Remove private information from debug log
- Use snake case for entity ids
- Fix missing cable pluged in state
Handle token expiration
v1.0.4 Fix token expiration being multiple types
Handle token expiration
v1.0.3 Handle token exiration time not being correct type
Better naming for Integration entries
v1.0.2 Adjust dev container