HomeAssistant Core | 2025.9.4

HomeAssistant Core 2025.9.4 released on 20-09-2025


HomeAssistant Core 2025.9.4 is out now. Users will benefit from several dependency updates and bug fixes that enhance overall functionality.

Users need to visit the product GitHub or official pages for more information.

What’s in this release

  • Bumped habiticalib to v0.4.5 and waterfurnace to 1.2.0, ensuring compatibility with the latest dependencies.
  • Improved HomeKit Controller by batching characteristic polling to reduce resource strain on devices.
  • Fixed hardcoded configuration URL in the AsusWRT integration, enhancing configuration flexibility.

Upgrade notes

  • Be aware of any breaking changes related to integration updates; consult the release notes for specific actions.
  • Rollback to previous versions may be necessary if issues are encountered with the new integrations.

We invite users to share comments on their experience with this release.

Related posts

Grafana | v12.4.3

Grafana v12 4 3: keeps internal dashboard ID, updates Go to 1 25 9, fixes Enterprise reporting with appSubURL, documents Alertmanager HA metrics prefix change

AdGuard Home | v0.107.74

AdGuard Home v0 107 74: maintenance release with security updates, Go toolchain fixes, new DoH config and schema 34, bug fixes and stability improvements

Self-hosted automation: designing for reproducible builds

A dark lab build only works when the same input gives the same image every time, and an automated build pipeline is only useful if it is boring in all the right places. Pin everything, trust nothing...