Releases: skodaconnect/homeassistant-myskoda
Releases · skodaconnect/homeassistant-myskoda
v1.12.0 - Warming up
Summary
- Add 5 new switches for comfort related settings, limited to models that support it:
- Control AC when Unlocked
- Control AC without External Power
- Control Left Seat Heating
- Control Right Seat Heating
- Control Window Heating
- Fixed a bug that would cause AC to be unavailable on some models
- Add handling for incorrect S-PIN
- Translation updates: 🇧🇷 🇵🇹 🇸🇪
What's Changed
✨ New features
🐛 Bugfixes
- AC changed to use only AIR_CONDITIONING capability by @prvakt in #357
- Improve error handling by @WebSpider in #331
🛠️ Dependencies
- Disable packaging via poetry by @WebSpider in #358
🗒️ Other changes
- Update translations by @github-actions in #360
- Update translations by @github-actions in #361
- Prepare release 1.12.0 by @WebSpider in #362
Full Changelog: v1.11.1...v1.12.0
v1.11.1 - Woops!
Summary
🐛 Due to an error, the 1.11.0 release did not properly register as an update in HACS. This is fixed in 1.11.1
What's Changed
🗒️ Other changes
- Prepare release 1.11.1 by @WebSpider in #354
Full Changelog: v1.11.0...v1.11.1
v1.11.0 - Increasing accuracy
Summary
- More granular position detection (thanks @prvakt !)
- Add read-only mode (the integration does not send anything to your car)
- Bugfix for Range sensor
- Translation updates: 🇨🇿 🇩🇪 🇫🇷 🇳🇱 🇳🇴 🇧🇷 🇵🇹 🇷🇺 🇸🇮 🇸🇪
- Documentation changes
- Now uses
myskoda
versionv0.13.0
- Preparations for seat heating, ac-at-unlock, window heating
- Preparations for aux heater support for combustion engines
What's Changed
✨ New features
- update position whenever departure event is published to MQTT by @prvakt in #289
- Introduce readonly mode by @WebSpider in #319
- Add button to generate fixtures into HA log by @prvakt in #345
🐛 Bugfixes
- Let Range fall back to battery if driving_range is missing by @dvx76 in #305
- Fix climate feature error. by @WebSpider in #350
🛠️ Dependencies
- Bump ruff from 0.7.4 to 0.8.0 by @dependabot in #347
🗒️ Other changes
- Update translations by @github-actions in #320
- Update translations by @github-actions in #324
- Update translations by @github-actions in #325
- Update translations by @github-actions in #327
- Update translations by @github-actions in #329
- Update translations by @github-actions in #330
- Add disclaimer in README by @dvx76 in #335
- Update translations by @github-actions in #340
- Update README.md to fix 404 links to hacs.xyz by @roelven in #341
- Update translations by @github-actions in #343
- Update translations by @github-actions in #348
- Update translations by @github-actions in #351
- Prepare release 1.11.0 by @WebSpider in #349
New Contributors
Full Changelog: v1.10.0...v1.11.0
v1.10.0 - More heat
Summary
- Support for auxiliary climate heater (thanks @prvakt !)
- We now inform you better when Skoda changes terms and conditions
- Bump
myskoda
to 0.12.2 for some dependency updates - Translation updates: 🇨🇿 🇫🇷 🇳🇱 🇳🇴 🇵🇱 🇧🇷 🇵🇹 🇸🇪
What's Changed
✨ New features
- Fix aiohttp autocleanup by @WebSpider in #295
- Improve user notifications for new Terms and Conditions by @WebSpider in #296
- Added auxiliary heater climate entity by @prvakt in #311
🛠️ Dependencies
- Bump softprops/action-gh-release from 2.0.9 to 2.1.0 by @dependabot in #314
- Bump ruff from 0.7.3 to 0.7.4 by @dependabot in #315
- Bump pyright from 1.1.388 to 1.1.389 by @dependabot in #316
🗒️ Other changes
- Update translations by @github-actions in #303
- Update translations by @github-actions in #306
- Update translations by @github-actions in #307
- Update translations by @github-actions in #309
- Update translations by @github-actions in #310
- Prepare release 1.10.0 by @WebSpider in #313
Full Changelog: v1.9.1...v1.10.0
v1.9.1 - Translation update
Summary
- Translation updates for 🇨🇿 🇩🇪 🇳🇱 🇧🇷 🇵🇹 🇷🇺
- New language added: Slovenia 🇸🇮
Thanks everyone for the quick translation updates! 🙏
What's Changed
🗒️ Other changes
- Update translations by @github-actions in #288
- Update translations by @github-actions in #292
- Add stale issue bot by @WebSpider in #290
- Prepare release 1.9.1 by @WebSpider in #297
Full Changelog: v1.9.0...v1.9.1
v1.9.0 - Lock the doors and flash at me, please.
Summary
- Support for honk/flash and flash buttons (thanks @prvakt !)
- Initial support for remote door lock if your car supports it (make sure to set up your S-PIN)
- We attempt to notify you of changes in terms and conditions now
- Removed some charging sensors if your car does not support them
- Support for a whole bunch of non-EV sensors that were also present in
homeassistant-skodaconnect
- Translation updates for: 🇨🇿 🇩🇪 🇫🇷 🇳🇴 🇧🇷 🇵🇹 🇷🇺
- New language support: Polish 🇵🇱
What's Changed
✨ New features
- Oil Inspection Sensor by @WebSpider in #264
- Add range sensors and fuel level for ICE cars by @prvakt in #267
- Improve processing of remaining time to charge by @WebSpider in #271
- Add Honk and Flash button by @prvakt in #266
- Implementation of door lock for supporting models by @WebSpider in #221
- Add available vehicle and composite image URLs by @WebSpider in #284
🐛 Bugfixes
- Trigger proper exceptions inside HA when an update fails by @WebSpider in #261
- Rename lights to parkinglights by @WebSpider in #262
- Change range to work with all car types, make icon car-type dependant by @prvakt in #268
- restrict some charge sensors for cars with CHARGING_MQB capability by @prvakt in #276
- Handle new errors observed by @WebSpider in #278
🛠️ Dependencies
- Bump myskoda library to 0.12.0 by @WebSpider in #285
🗒️ Other changes
- Update translations by @github-actions in #260
- Update de.json "parkinglights_on" by @Elle4u in #269
- Update translations by @github-actions in #270
- Update translations by @github-actions in #272
- Update translations by @github-actions in #273
- Update translations by @github-actions in #277
- Prepare release of 1.9.0 by @WebSpider in #287
New Contributors
Full Changelog: v1.8.2...v1.9.0
v1.8.3b2
v1.8.3b1
v1.8.2 - Smash the bugs!
Summary
- No door lock/unlock yet 😢
- Very many bugfixes for various cars 🐛 🔨
- Translation updates for: All languages 😮
- New language: 🇨🇿 Czech, 🇫🇷 French, 🇭🇺 Hungarian
- Use new version of
myskoda
library v0.10.0
What's Changed
🐛 Bugfixes
- Only show software version for MEB vehicles by @WebSpider in #223
🛠️ Dependencies
- Bump ruff from 0.7.2 to 0.7.3 by @dependabot in #250
- Bump pyright from 1.1.387 to 1.1.388 by @dependabot in #249
🗒️ Other changes
- Minor changes to crowdin setup by @WebSpider in #220
- Update translations by @github-actions in #218
- Update de.json by @Elle4u in #227
- Update translations by @github-actions in #228
- Update translations for charging state connect_cable by @dvx76 in #229
- Update translations by @github-actions in #230
- Update translations by @github-actions in #231
- Add new fields translation ru.json by @chodorenko in #254
- Update translations by @github-actions in #252
- Update translations by @github-actions in #256
- Add release formatter by @WebSpider in #257
- Prepare v1.8.2 by @WebSpider in #258
New Contributors
Full Changelog: v1.8.1...v1.8.2