Releases: msp1974/homeassistant-jlrincontrol
Releases · msp1974/homeassistant-jlrincontrol
v3.0.0beta7
What's Changed
- fix(jlrpy): bump
jlrpy
tov1.7.0
to fix issue #138
v2.2.7
v3.0.0beta6
- Remove unnecessary requesting of user info to try and fix entities going unavailable and not recovering.
v3.0.0beta5
- bump jlrpy to v1.6.0
v2.2.6
v3.0.0beta4
This is a beta release
- fix: last contacted attributes missing in VehicleSensor #120 by @ismarslomic in #121
- chore(services): include which service to use instead of deprecated in warn msg by @ismarslomic in #128
- fix(climate): state of climate switch not set to ON when enabled #125 #127 by @ismarslomic in #129
- fix(service): exception thrown in error handling of failed service call by @ismarslomic in #122
- fix(scan-interval): integration fails at startup after upgrade to HA 2024.2.0 by @ismarslomic in #130
- feat(icons): replace generic icon (mdi:fire) for switches and buttons by @ismarslomic
Full Changelog: v3.0.0beta3...v3.0.0beta4
v3.0.0beta3
This is a beta release
- Fixed error if target climate temp not available - issue #116
- Fixed error with identification of engine type - issue #118
- Fixed error with invalid attribute volume - issue #113
- Fixed error with no default pressure units - issue #117
- Fixed issue with registration & serial no showing REDACTED after diagnostics download - issue #119
v3.0.0beta2
v3.0.0beta1
This is a beta release
- Added switches and buttons for key services
- Added support for guardian, service and transport modes
- Added diagnostics download
- UOMs now derived from JLR app settings
- Major rewrites of the integration code
v2.2.5
What's Changed
- fix(manifest): documentation url by @priiduonu in #104
- chore(constants): migrate deprecated constants to enums by @ismarslomic in #108
- chore(release): change release version from 3.0.0 to 2.2.5 by @ismarslomic in #109
Breaking Changes
Due to deprecated constants in HA and migration to enums, introduced in HA v2022.11
, this integration requires from now minimum version v2022.11
of HA
New Contributors
- @priiduonu made their first contribution in #104
Full Changelog: v2.2.4...v2.2.5