mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"domain": "upcloud",
|
|
"name": "UpCloud",
|
|
"codeowners": ["@scop"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/upcloud",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["upcloud-api==2.9.0"]
|
|
}
|