Skip to content

v2026.6.0

Choose a tag to compare

@GuiPoM GuiPoM released this 13 Jun 20:33
· 10 commits to main since this release

⚠️ This release contains an error in the entity unique_id handling for camera and climate entities. Please upgrade to v2026.6.0.2 which fixes this issue.

Based on Home Assistant 2026.6.0.

Upstream changes included

  • helper.py: add device_type_to_str helper, fix dataclass default (RUF009)
  • camera.py, climate.py: use device_type_to_str for unique_id generation
  • const.py, webhook.py, camera.py: move ATTR_PERSONS to homeassistant.const
  • select.py: fix AttributeError when webhook schedule_id is unknown (#171914)
  • All files: update pylint directives to new naming convention

Fixed

  • Siren and light availability now based on device.alim_status instead of webhook flag

Versioning

Version numbers now follow the Home Assistant release they are based on.