* Remove hassio from ALLOWED_USED_COMPONENTS * Move HassioServiceInfo to helpers.service_info * Deprecate moved functions * Add note about deprecation * Fix tests * Implement suggestion * Typo * Update pyproject.toml Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> --------- Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
12 lines
407 B
JSON
12 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."]
|
|
}
|