mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
11 lines
296 B
JSON
11 lines
296 B
JSON
{
|
|
"domain": "yolink",
|
|
"name": "YoLink",
|
|
"codeowners": ["@matrixd2"],
|
|
"config_flow": true,
|
|
"dependencies": ["auth", "application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/yolink",
|
|
"iot_class": "cloud_push",
|
|
"requirements": ["yolink-api==0.3.0"]
|
|
}
|