mirror of https://github.com/home-assistant/core
12 lines
356 B
JSON
12 lines
356 B
JSON
{
|
|
"domain": "home_connect",
|
|
"name": "Home Connect",
|
|
"codeowners": ["@DavidMStraub", "@Diegorro98"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/home_connect",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["homeconnect"],
|
|
"requirements": ["homeconnect==0.8.0"]
|
|
}
|