Update changelog, enhance error handling, and improve user feedback for OpenClaw integration

- Documented changes in changelog for version 0.1.3.
- Improved error handling in async_check_connection to propagate OpenClawApiError.
- Added clear error messages for users regarding OpenAI API settings in config flow.
- Updated translations to include new error messages related to OpenAI API status.
This commit is contained in:
techartdev
2026-02-20 14:08:17 +02:00
parent 725a4f66d4
commit b87702bef0
6 changed files with 50 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/techartdev/OpenClawHomeAssistant/issues",
"requirements": [],
"version": "0.1.2",
"version": "0.1.3",
"dependencies": ["conversation"],
"after_dependencies": ["hassio"]
}