mirror of https://github.com/home-assistant/core
18 lines
444 B
JSON
18 lines
444 B
JSON
{
|
|
"domain": "wyoming",
|
|
"name": "Wyoming Protocol",
|
|
"codeowners": ["@balloob", "@synesthesiam"],
|
|
"config_flow": true,
|
|
"dependencies": [
|
|
"assist_satellite",
|
|
"assist_pipeline",
|
|
"intent",
|
|
"conversation"
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/wyoming",
|
|
"integration_type": "service",
|
|
"iot_class": "local_push",
|
|
"requirements": ["wyoming==1.5.4"],
|
|
"zeroconf": ["_wyoming._tcp.local."]
|
|
}
|