v8.3.0
This minor release adds a new option to set the default URL path that should be redirected to when the page loads.
Configuration options
Property | Type | Required | Description |
---|---|---|---|
default_path | String | no | Defines the default URL path when the page loads. This path must start with / |
IMPORTANT
The default_path
option will change the default behaviour and every time that the page loads it will navigate to this path (either when the page loads for the first time or when it gets refreshed). If you don't want to have this behaviour and you would prefer to load Home Assistant in an specific path or refresh a specific page without being redirected to the default_path
, then you should not set this option.
🚀 Features
- Implement and option to set the default URL path on load
- PR: #282 by @elchininet
🧩 Dependencies
- [Dependencies]: Bump typescript-eslint from 8.18.1 to 8.18.2 in the dependencies-dev group
- PR: #269 by @dependabot[bot]
- [Dependencies]: Bump the dependencies-dev group with 2 updates
- PR: #271 by @dependabot[bot]
- [Dependencies]: Bump the dependencies-dev group with 4 updates
- PR: #281 by @dependabot[bot]
📝 Documentation
- Several changes in the documentation
- PR: #279 by @elchininet
- Implement and option to set the default URL path on load
- PR: #282 by @elchininet