9f226c2ea9
- Introduced configurable voice input provider option: `browser` or `assist_stt`. - Enhanced chat card to support Home Assistant STT transcription mode for manual mic input. - Updated integration settings to expose voice provider through websocket payload. - Adjusted continuous voice mode availability based on selected voice provider. - Updated version to 0.1.32 in manifest and chat card files.
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.32",
|
|
"dependencies": ["conversation"],
|
|
"after_dependencies": ["hassio", "lovelace"]
|
|
}
|