mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 07:05:12 +01:00
12 lines
373 B
JSON
12 lines
373 B
JSON
{
|
|
"domain": "matter",
|
|
"name": "Matter (BETA)",
|
|
"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.1.0b1"],
|
|
"zeroconf": ["_matter._tcp.local.", "_matterc._udp.local."]
|
|
}
|