mirror of https://github.com/home-assistant/core
13 lines
407 B
JSON
13 lines
407 B
JSON
{
|
|
"domain": "matter",
|
|
"name": "Matter (BETA)",
|
|
"after_dependencies": ["hassio"],
|
|
"codeowners": ["@home-assistant/matter"],
|
|
"config_flow": true,
|
|
"dependencies": ["websocket_api"],
|
|
"documentation": "https://www.home-assistant.io/integrations/matter",
|
|
"iot_class": "local_push",
|
|
"requirements": ["python-matter-server==6.6.0"],
|
|
"zeroconf": ["_matter._tcp.local.", "_matterc._udp.local."]
|
|
}
|