v10.6.0
This release is a minor change and it doesn't represent a breaking change. It allows to set a template in the default_path option. Things to consider with this chnage:
- If you use a
Jinja templatein thedefault_pathoption, a Websocket connection needs to be established to render the template, so there will be a delay before redirecting to the returning path. For this reason, it is recommended that you use aJavascripttemplate instead because it is executed straightaway. - If you use a template in the
default_pathoption, it will be compiled only on page load. If any of the entities used in the template changes, it will do nothing until the page is refreshed or one tries to enter directly in a path from the URL.
🚀 Features
- Make default path accept templates
- PR: #480 by @elchininet
🧩 Dependencies
- [Dependencies]: Bump the dependencies-dev group with 2 updates
- PR: #467 by @dependabot[bot]
- [Dependencies]: Bump the dependencies-dev group with 5 updates
- PR: #469 by @dependabot[bot]
- [Dependencies]: Bump the dependencies-dev group with 2 updates
- PR: #471 by @dependabot[bot]
- [Dependencies]: Bump the dependencies-dev group with 5 updates
- PR: #473 by @dependabot[bot]
- [Dependencies]: Bump the dependencies-dev group with 4 updates
- PR: #475 by @dependabot[bot]
- [Dependencies]: Bump the dependencies-dev group with 5 updates
- PR: #476 by @dependabot[bot]
- [Dependencies]: Bump the dependencies-dev group with 3 updates
- PR: #479 by @dependabot[bot]
⚙️ Configuration
- [Github Actions]: Bump actions/checkout from 4 to 5 in the actions-deps group
- PR: #466 by @dependabot[bot]
- [Github Actions]: Bump actions/upload-pages-artifact from 3 to 4 in the actions-deps group
- PR: #468 by @dependabot[bot]
- [Github Actions]: Bump actions/setup-node from 4 to 5 in the actions-deps group
- PR: #474 by @dependabot[bot]
📝 Documentation
- Make default path accept templates
- PR: #480 by @elchininet
📦 Other
- Prepare the tests for Home Assistant 2025.9.x
- PR: #470 by @elchininet
- Prepare tests for home assistant 2025.10.0
- PR: #478 by @elchininet