Releases: skodaconnect/homeassistant-myskoda
Releases · skodaconnect/homeassistant-myskoda
v1.6.1 - Bugfix
Changed
This release fixes a minor bug in the mileage sensor
What's Changed
- Bump ruff from 0.6.9 to 0.7.0 by @dependabot in #115
- Fix typo in Mileage sensor by @sonar98 in #119
- Bump version to 1.6.1 by @WebSpider in #121
Full Changelog: v1.6.0...v1.6.1
v1.6.0 - Entity names
Changes
- Entity names now by default are more descriptive. If you want to enjoy these new entity names, you will have to delete your vehicle/entities and restart the integration
- A few fixes coming from error-reports. Thanks! Keep them coming!
- Better handling of failed MQTT operations
- Thanks to a renewed login method we can now drop the requirement for beautifulsoup4
From the myskoda library
In this release we have added tests for MQTT and improved existing tests
What's Changed
- Octavia Combi Fixture by @reharmsen in skodaconnect/myskoda#111
- Add tests for MQTT and Operations by @Prior99 in skodaconnect/myskoda#106
- Add fixture for Octavia 2018 by @Prior99 in skodaconnect/myskoda#103
- Rename fixture by @reharmsen in skodaconnect/myskoda#118
- Handle the case of an empty garage by @WebSpider in skodaconnect/myskoda#113
- WindowsSelectorEventLoopPolicy to global scope by @OBerghmans in skodaconnect/myskoda#117
- Fix error when ChargingStatus.State is absent/None by @WebSpider in #103
- Update translations by @github-actions in #105
- Set lock to unavailable when status is INVALID by @WebSpider in #98
- Improve handling of failed MQTT operation by @WebSpider in #107
- Update entity names and IDs to include device name by @dvx76 in #110
New Contributors
- @reharmsen made their first contribution in skodaconnect/myskoda#111
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
New features
- Introducing translations via Crowdin! Join our Crowdin project here
- You need HomeAssistant 2024.10.0 or higher to run this integration (#76)
- The device tracker now has a Skoda provided image of your car (#90)
- New sensor that keeps track of when your car is due for maintenance at the cardealership (#95)
- Added a feature in the underlying myskoda library so you can contribute information on your car so we can test against it. (skodaconnect/myskoda#94)
Bugs fixed
- Fixed a bug where the expected range or mileage would sometimes be in km, sometimes in m (#89)
- In an attempt to crash less, we now make sensors unavailable if Skoda does not have any data for that sensor (#93)
All changes
- Update translations by @github-actions in #75
- Set minimal HA version to 2024.10.0b0 by @WebSpider in #76
- Update translations by @github-actions in #82
- Update translations by @github-actions in #83
- Add various suggestions from ludeeus/integration_blueprint by @WebSpider in #79
- Bump actions/checkout from 3 to 4 by @dependabot in #85
- Bump pyright from 1.1.383 to 1.1.384 by @dependabot in #86
- Update translations by @github-actions in #87
- Fix km to m conversion for mqtt charged_range by @dvx76 in #89
- Update translations by @github-actions in #94
- Point library to v0.7.3 by @WebSpider in #97
- Add image render sensor and in device tracker by @dvx76 in #90
- Add sensor for maintenance interval by @WebSpider in #95
- Limit workflows so they dont run on forks by @WebSpider in #96
- Add throttle to prevent API credit exhaustion by @WebSpider in #55
- Fix InvalidCapabilityConfigurationError exceptions by @dvx76 in #93
- Release v1.5.0 by @WebSpider in #101
New Contributors
- @github-actions made their first contribution in #75
- @dependabot made their first contribution in #85
Full Changelog: v1.4.5...v1.5.0
v1.4.5 - Fix 1.4.4 release
v1.4.4 had some missing metadata, so was not installing correctly.
What's Changed
- Bump versions and requirements by @WebSpider in #71
Full Changelog: v1.4.4...v1.4.5
v1.4.4 - Bugfix release
Quick fix for recurring issue in #64
Full Changelog: v1.4.3...v1.4.4
v.1.4.3 - Stability and translation improvements
What's Changed in the integration
- (chore) Copy issue templates from homeassistant-skodaconnect by @WebSpider in #66
- (lang) Improve translations by @WebSpider in #59 and #60
- (bug) Fix StopIteration when vehicle is moving by @WebSpider in #61
Full Changelog: v1.4.2...v1.4.3
Whats's also changed
- Add features for support of Superb
- Add tests for various scenarios
- Fix several bugs for unexpected API responses
- Fix logging/crash loop in MQTT handling
New Contributors
- @maartenla made their first contribution in skodaconnect/myskoda#62
- @smiitm made their first contribution in skodaconnect/myskoda#80
Full Changelog: skodaconnect/myskoda@v0.6.2...v0.7.1
v1.4.2 - Bugfixes and minor improvements
homeassistant-myskoda v1.4.2
What's Changed
- Translation to Danish by @LasseHedeby in #39
- Fix EN tranlations by @WebSpider in #40
- Fix door lockstate by @WebSpider in #41
New Contributors
- @LasseHedeby made their first contribution in #39
Full Changelog: v1.4.1...v1.4.2
myskoda v0.6.2
What's Changed
- Fix ruff and pyright reported errors by @fursov in skodaconnect/myskoda#37
- Adjust PredictiveMaintenanceSettings by @OBerghmans in skodaconnect/myskoda#39
- Add missing CapabilityStatus by @dvx76 in skodaconnect/myskoda#40
- Fix missing field in ChargingStatus by @dvx76 in skodaconnect/myskoda#41
- Update driving_range.py by @TomasReznicek in skodaconnect/myskoda#43
- Make endpoints more compatible by @Prior99 in skodaconnect/myskoda#44
- Fix state for air conditioning by @fursov in skodaconnect/myskoda#45
- Fix seat_heating_activated being optional by @dvx76 in skodaconnect/myskoda#51
- Make Specification.trim_level optional by @dvx76 in skodaconnect/myskoda#52
- Add LICENSE_EXPIRED Capa Status by @dvx76 in skodaconnect/myskoda#53
New Contributors
- @OBerghmans made their first contribution in skodaconnect/myskoda#39
- @TomasReznicek made their first contribution in skodaconnect/myskoda#43
Full Changelog: skodaconnect/myskoda@v0.6.1...v0.6.2
v1.4.1 - Minor fixes
Stability Improvements
Release Notes
- Add request tracing
- Implemented debouncing
- Fixed unavailable device tracker
- Upgrade to myskoda 0.6.0
- Replace pydantic with mashumaro and orjson for performance reasons
- Adapt login flow from joostlek/python-volkswagen
- Add support for Skoda Superb
- Add support for Enyaq RS line
- Add sunroof
- Add
TRUNK_OPENED
state - Login process will now retry refreshing the token and ultimately resort to re-login
- MQTT connection will be reconnected on connection loss
Upgrade to myskoda 0.5.1
v1.3.0 Migrate to myskoda 0.5.1