Skip to content

v8.1.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 04:44
· 39 commits to dev since this release

8.1.0-beta.1 (2026-08-13)

NOTE: You will not see auto reload toast until the next update after you update to 8.1.0-beta.1. This is due to devices running toast using the previous version code.

⭐ New Features

  • Allow for icon and icon color override by entity for ha-state-icon, ha-icon, ha-svg-icon (#519) (0ef0c43)
  • Enhance toast UIX action with secondary_action button which is now available in Home Assistant 2026.8.0. Adds primary to style either action button in primary style. (#505) (8450cd7)
  • Implement 60-second countdown for version mismatch reload toast. Auto reload on countdown finished. (#517) (09f8a86)
  • UIX action javascript to enable javascript code to be run. hass provided as well as optional variables object. (#506) (7197a6e)

⚙️ Miscellaneous

  • Use js-yaml directly to load theme YAML rather than loading ha-yaml-editor via surrogate tools event tab. (#520) (b014858), references #518