What’s changed
⚠️ BREAKING CHANGES
The add-on reads your configuration.yaml
to detect your Home Assistant port and if SSL is used. If you have changed the default port or enabled SSL in the HTTP integration, you must keep the entire http:
block directly in configuration.yaml
. Do not move it to a !include
file or a !include_dir_*
directory, as the add-on does not follow additional YAML files.
🐛 Bug fixes
- Update log message @Christalsoldier (#891)
🚀 Enhancements
- Refactor add-on @felipecrs (#881)
- Avoid starting NGINX proxy if user disabled it @felipecrs (#882)
- Avoid waiting for Home Assistant before starting add-on @felipecrs (#870)
🧰 Maintenance
- Fix Cloudflared updates in Renovate @felipecrs (#883)
📚 Documentation
- Document that http in configuration.yaml must no use !include or packages @felipecrs (#886)
⬆️ Dependency updates
- ⬆️ Update cloudflared to v2025.8.0 @renovate[bot] (#884)
- ⬆️ Update actions/checkout action to v5 @renovate[bot] (#889)
- ⬆️ Update cloudflared to v2025.8.1 @renovate[bot] (#895)