e0c0c7be8e
- Introduced configurable OpenClaw `agent_id` for manual setup and service overrides. - Enhanced API client to support routing messages to specific agents. - Updated integration options to reload automatically upon saving changes. - Added service descriptions and translations for the new `agent_id` field. - Updated version to 0.1.58 in manifest.
15 lines
450 B
JSON
15 lines
450 B
JSON
{
|
|
"domain": "openclaw",
|
|
"name": "OpenClaw",
|
|
"codeowners": ["@techartdev"],
|
|
"config_flow": true,
|
|
"documentation": "https://github.com/techartdev/OpenClawHomeAssistant",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"issue_tracker": "https://github.com/techartdev/OpenClawHomeAssistant/issues",
|
|
"requirements": [],
|
|
"version": "0.1.58",
|
|
"dependencies": ["conversation"],
|
|
"after_dependencies": ["hassio", "lovelace"]
|
|
}
|