mirror of https://github.com/home-assistant/core
11 lines
305 B
JSON
11 lines
305 B
JSON
{
|
|
"domain": "myuplink",
|
|
"name": "myUplink",
|
|
"codeowners": ["@pajzo", "@astrandb"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/myuplink",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["myuplink==0.6.0"]
|
|
}
|