Files
Tetra-AI-HA-Integration/custom_components/openclaw/manifest.json
T
techartdev 95bfe5e214 Add voice agent and session ID options, update changelog to version 0.1.61
- Introduced `voice_agent_id` and `assist_session_id` options for enhanced integration.
- Updated request handling to support new headers for voice interactions.
- Preserved existing behavior when new options are left blank.
- Updated changelog for version 0.1.61 to reflect these changes.
2026-03-07 14:37:39 +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.61",
"dependencies": ["conversation"],
"after_dependencies": ["hassio", "lovelace"]
}