Releases: moryoav/ha-gwm_ora
Releases · moryoav/ha-gwm_ora
v0.2.14
v0.2.13
Changed
- Prepared a fresh release after passing HACS and Hassfest validation for HACS default repository submission.
v0.2.12
Changed
- Expanded the README and add-on documentation with detailed GWM verification-code setup instructions and screenshots.
- Added special thanks to
zivillian/ora2mqttfor the original trailblazing work that inspired this integration.
v0.2.11
Fixed
- Added the add-on-local
CHANGELOG.mdexpected by the Home Assistant Apps/Add-ons UI. - Added a quality check to keep the add-on changelog synchronized with the repository changelog.
v0.2.10
Added
- Added required HACS validation and Hassfest GitHub Actions for HACS default repository readiness.
- Added repository quality checks that keep the HACS metadata and validation workflows in place.
Changed
- Simplified
hacs.jsonto supported HACS manifest keys only.
v0.2.9
Fixed
- Restored live remote command status progress in Home Assistant by tracking add-on command IDs until terminal state.
- Updated
/api/v1/vehiclesto overlay the latest remote command status instead of returning only the status captured during the last vehicle cloud poll. - Refreshed vehicle data immediately after a completed remote command so A/C, lock, and window state can update without waiting for the normal polling interval.
Changed
- Enabled the remote command status sensor by default because it is the main progress indicator for long-running GWM commands.
- Rewrote the README for normal Home Assistant users and removed developer/release-oriented sections.
- Replaced the README banner with a higher-resolution ORA/GWM image.
v0.2.8
Added
- Added a startup log line with the running add-on version and architecture to make stale Home Assistant Docker builds easy to identify.
v0.2.7
Added
- Added Home Assistant Ingress support with a small authenticated add-on status page.
- Added a custom AppArmor profile for the add-on container.
Changed
- Documented the add-on presentation/security posture in line with the Home Assistant app presentation guide.
v0.2.6
Added
- Added optional
verification_codeadd-on setup support for GWM SMS/e-mail verification when the add-on device is not trusted yet.
Fixed
- Declared the
gwm_oraSupervisor discovery service in add-on metadata so discovery publishing is accepted by Supervisor. - Switched the add-on ASP.NET binding configuration from
ASPNETCORE_URLStoASPNETCORE_HTTP_PORTSto avoid the startup port override warning. - Reduced repeated GWM verification failures to a concise action-required warning instead of repeated stack traces.
v0.2.5
Fixed
- Fixed Home Assistant add-on option saving by replacing the
countryschema fromstr(2,2)with a regex validator compatible with Supervisor's current schema validation. - Made
security_pintruly optional in the add-on metadata by removing its default option value while keeping it available in the setup form.