Skip to content

Home Assistant OS 16.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 07:58
· 28 commits to refs/heads/dev since this release
16.1
1078620

Changes

This Home Assistant OS release brings several updates and fixes for all platforms. A bug in systemd-journal-gatewayd causing high CPU usage when reading logs (e.g. Settings > Logs in the in the frontend) has been resolved. Additionally, an issue of unbootable Raspberry Pi 5 images when they are flashed from Windows has been fixed. All platforms, including Raspberry Pi, have received kernel updates to the latest stable versions. VDI images are now published for generic-aarch64 build to allow for easier resizing when used in VirtualBox on Apple silicon Macs. All users are recommended to update.

The Supervisor shipped with this Home Assistant OS version will enable IPv6 for Home Assistant Add-ons by default. Note that this does not apply to upgrades. If you want to enable IPv6, use ha docker options --enable-ipv6=true followed by a system reboot. See also home-assistant/supervisor#6029.

⚠️ Known issues

Some users have reported issues with USB-Serial converters on Home Assistant Yellow. The bug is possibly affecting also some USB-Serial converters connected to Raspberry Pi boards. In case you are affected, downgrade to OS 16.0 is recommended. See #4228 for details.

Home Assistant Operating System

  • Update genimage to avoid unbootable RPi 5 images when flashed from Windows (#4199) @sairon
  • Update to Docker v28.3.3 and containerd v2.1.4 (#4198) @sairon
  • Fix systemd-journal-gatewayd 100% CPU issue when watching logs (#4197) @sairon
  • Enable netfilter NETMAP target support in kernel (#4186) @sairon
  • Drop experimental and ip6tables config (#4173) @agners

Raspberry Pi

  • Fix rpi-eeprom-update when device boots from NVMe (#4205) @sairon
  • Bump to latest default FW version (2025-05-08) in rpi-eeprom-update (#4208) @sairon
  • RaspberryPi: Update kernel to 6.12.34 - stable_20250702 (#4206) @sairon
  • Update genimage to avoid unbootable RPi 5 images when flashed from Windows (#4199) @sairon

Home Assistant Yellow

  • Fix rpi-eeprom-update when device boots from NVMe (#4205) @sairon
  • Bump to latest default FW version (2025-05-08) in rpi-eeprom-update (#4208) @sairon
  • RaspberryPi: Update kernel to 6.12.34 - stable_20250702 (#4206) @sairon

Home Assistant Green

Open Virtual Appliance

Generic x86-64

Hardkernel ODROID

ASUS Tinker

Khadas VIM Series

Generic aarch64

Build System

  • Suppress new warnings from shellcheck v0.11.0 (#4207) @sairon