mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
11 lines
308 B
JSON
11 lines
308 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==3.6.0"]
|
|
}
|