Releases: Dielee/volvo2mqtt
Releases Β· Dielee/volvo2mqtt
v1.8.2
π Features:
- Add
updateInterval
limit to prevent abuse (60 Seconds)
- Add
vccapikey
limit to prevent abuse (3 Keys)
- Optimize vcc api key change behaviour
Note: Don't forget to check the release notes from release v1.8.0!
v1.8.1
π Bug Fixes:
- Fix app crash if
debug
is not set #86
Note: Don't forget to check the release notes from release v1.8.0!
v1.8.0
π Features:
-
Breaking change: The vccapikey
setting is now a list. It is possible to
add multiple VCCAPIKEYs. This will be helpful if you are extending your 10.000 call limit some times.
Change your vccapikey config like this:
Old:
"vccapikey": "vccapikey1"
New:
vccapikey:
- vccapikey1
- vccapikey2
- vccapikey3
- etc.
More information about this feature here.
v1.7.10
π Bug Fixes:
- Fix application startup if using
en_US
or en_GB
as locale
v1.7.9
π Features:
- Added vehicle diagnostics sensors #75. Thanks to @aerrow5!
v1.7.8
π Bug Fixes:
- Fix "Estimated Charging Finish Time" Sensor
v.1.7.7
π Features:
- Added long term statistics for some sensors #68. Thanks to @bogdanbujdea!
- Automatic redact sensitive data from debug log
- Perpare for scheduler option (not yet ready)
v1.7.6
π Features:
- Added support for interior and exterior images via the new MQTT Image entity. #62
NOTE: This feature is only available using homeassistant version 2023.7.1 or greater.
v1.7.5
π Features:
- Added support for
LOCKING
and UNLOCKING
state (Lock entity)
v1.7.4
π Bug Fixes:
- Fixed undocumented charging connection state
CONNECTION_STATUS_FAULT
'#57