Files
Tetra-AI-HA-Integration/custom_components/openclaw/manifest.json
T
techartdev e0c0c7be8e Add configurable agent_id support and update integration options
- 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.
2026-03-07 14:20:24 +02:00

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"]
}