changed docs

This commit is contained in:
macm1
2026-02-22 20:00:43 +03:00
parent ab33e6702f
commit cb71b0faca
4 changed files with 23 additions and 1 deletions
+10
View File
@@ -2,6 +2,16 @@
All notable changes to the OpenClaw Assistant Home Assistant Add-on will be documented in this file.
## [0.5.49] - 2026-02-22
### Added
- New add-on option `http_proxy` for configuring outbound HTTP/HTTPS proxy from Home Assistant settings.
### Changed
- Export `HTTP_PROXY`, `HTTPS_PROXY`, `http_proxy`, and `https_proxy` from add-on config at startup.
- Add translations for the new `http_proxy` option.
- Document proxy configuration in README and DOCS.
## [0.5.48] - 2026-02-22
### Changed