mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
14 lines
429 B
JSON
14 lines
429 B
JSON
{
|
|
"domain": "matter",
|
|
"name": "Matter",
|
|
"after_dependencies": ["hassio"],
|
|
"codeowners": ["@home-assistant/matter"],
|
|
"config_flow": true,
|
|
"dependencies": ["websocket_api"],
|
|
"documentation": "https://www.home-assistant.io/integrations/matter",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"requirements": ["matter-python-client==0.4.1"],
|
|
"zeroconf": ["_matter._tcp.local.", "_matterc._udp.local."]
|
|
}
|