Skip to content

Releases: moryoav/ha-gwm_ora

v0.2.14

24 Jun 07:21

Choose a tag to compare

Fixed

  • Fixed the add-on ingress vehicles table so long VIN values wrap without pushing aside SOC, range, and updated columns.

v0.2.13

23 Jun 15:44

Choose a tag to compare

Changed

  • Prepared a fresh release after passing HACS and Hassfest validation for HACS default repository submission.

v0.2.12

23 Jun 15:30

Choose a tag to compare

Changed

  • Expanded the README and add-on documentation with detailed GWM verification-code setup instructions and screenshots.
  • Added special thanks to zivillian/ora2mqtt for the original trailblazing work that inspired this integration.

v0.2.11

19 Jun 16:24

Choose a tag to compare

Fixed

  • Added the add-on-local CHANGELOG.md expected 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

19 Jun 16:15

Choose a tag to compare

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.json to supported HACS manifest keys only.

v0.2.9

19 Jun 15:06

Choose a tag to compare

Fixed

  • Restored live remote command status progress in Home Assistant by tracking add-on command IDs until terminal state.
  • Updated /api/v1/vehicles to 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

19 Jun 10:41

Choose a tag to compare

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

19 Jun 10:32

Choose a tag to compare

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

19 Jun 10:24

Choose a tag to compare

Added

  • Added optional verification_code add-on setup support for GWM SMS/e-mail verification when the add-on device is not trusted yet.

Fixed

  • Declared the gwm_ora Supervisor discovery service in add-on metadata so discovery publishing is accepted by Supervisor.
  • Switched the add-on ASP.NET binding configuration from ASPNETCORE_URLS to ASPNETCORE_HTTP_PORTS to 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

19 Jun 10:08

Choose a tag to compare

Fixed

  • Fixed Home Assistant add-on option saving by replacing the country schema from str(2,2) with a regex validator compatible with Supervisor's current schema validation.
  • Made security_pin truly optional in the add-on metadata by removing its default option value while keeping it available in the setup form.