⚠️⚠️⚠️ BREAKING CHANGE! READ BEFORE UPDATE ⚠️⚠️⚠️
This release is a major one and it is a breaking change. It makes the plugin compatible with Home Assistant 2026.3.0. So, if you are not already in this version of Home Assistant DO NOT UPDATE.
In the next Home Assistant version (2026.3.0) multiple things have been refactored making several options of kiosk-mode to fail:
-
The header dropdowns have been refactored breaking options like
hide_add_to_home_assistant,hide_overflow,block_overflow,hide_refresh,hide_unused_entities,hide_reload_resources, andhide_edit_dashboard. -
The more-info dialogs have been refactored replacing
ha-dialogcomponent byha-adaptive-dialog. This has broken all the options related to more-info dialogs.
This relase fixes the issues and makes kiosk-mode compatible with Home Assistant 2026.3.0.
Changes
🛠 Fixes
- Make kiosk-mode compatible with Home Assistant 2026.3.0 @elchininet (#509)
🧩 Dependencies
- Make kiosk-mode compatible with Home Assistant 2026.3.0 @elchininet (#509)
- [Dependencies]: Bump the dependencies-dev group with 5 updates @dependabot[bot] (#512)
- [Dependencies]: Bump the dependencies-dev group with 4 updates @dependabot[bot] (#510)
- [Dependencies]: Bump the dependencies-dev group with 2 updates @dependabot[bot] (#506)
- [Dependencies]: Bump the dependencies-dev group with 3 updates @dependabot[bot] (#502)
⚙️ Configuration
- [Github Actions]: Bump actions/upload-artifact from 6 to 7 in the actions-deps group @dependabot[bot] (#511)
📦 Other
- Create tests for hide_edit_dashboard in storage mode @elchininet (#501)