mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"domain": "wyoming",
|
|
"name": "Wyoming Protocol",
|
|
"codeowners": ["@synesthesiam"],
|
|
"config_flow": true,
|
|
"dependencies": [
|
|
"assist_satellite",
|
|
"assist_pipeline",
|
|
"intent",
|
|
"conversation",
|
|
"ffmpeg"
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/wyoming",
|
|
"integration_type": "service",
|
|
"iot_class": "local_push",
|
|
"requirements": ["wyoming==1.7.2"],
|
|
"zeroconf": ["_wyoming._tcp.local."]
|
|
}
|