Skip to content

HACS and Updates

Senyo edited this page Jun 7, 2026 · 6 revisions

HACS and Updates

HACS update visibility can lag behind GitHub release state. If Home Assistant still shows an older Humidity Intelligence version, do not assume the release is missing or the integration is broken. Start with the update path Home Assistant and HACS can actually see.

First Checks

Check:

  • the installed Humidity Intelligence version in Home Assistant
  • the latest GitHub release
  • whether the repository is still added in HACS
  • whether HACS has refreshed repository information
  • whether Home Assistant has been restarted after install/update

Latest releases:

Humidity Intelligence releases

If HACS Still Shows An Older Version

Try this sequence:

  1. Open HACS.
  2. Open the Humidity Intelligence integration entry.
  3. Use the HACS option to update or refresh repository information if available.
  4. Re-check the version HACS offers.
  5. Download/update through HACS.
  6. Restart Home Assistant after the update.
  7. Check the integration version again.

If the GitHub release exists but Home Assistant still offers an older version, the likely issue is stale local HACS/Home Assistant update state rather than missing upstream release metadata.

What To Include In A HACS Issue

Include:

  • version shown by GitHub releases
  • version shown by HACS
  • version shown by Home Assistant after restart
  • whether HACS repository information was refreshed
  • whether the integration was re-downloaded or updated
  • whether Home Assistant was restarted after the update
  • native Home Assistant diagnostics if available

What Not To Change Randomly

Avoid:

  • deleting the integration before collecting version evidence
  • hand-editing integration files while HACS is managing the install
  • assuming a dashboard symptom is a HACS packaging issue
  • assuming HACS visibility proves runtime behavior

Keep the evidence simple: GitHub release version, HACS offered version, Home Assistant installed version, and what refresh/restart steps were tried.

Source Of Truth

GitHub release pages, manifest.json, hacs.json, and repository release notes define release/package truth. This Wiki explains the support path; it does not define release state.

Clone this wiki locally