mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 03:17:06 +00:00
10 lines
244 B
JSON
10 lines
244 B
JSON
{
|
|
"domain": "upcloud",
|
|
"name": "UpCloud",
|
|
"codeowners": ["@scop"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/upcloud",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["upcloud-api==2.9.0"]
|
|
}
|