mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 12:24:48 +02:00
5d99da6e1f
Co-authored-by: Josef Zweck <josef@zweck.dev>
14 lines
385 B
JSON
14 lines
385 B
JSON
{
|
|
"domain": "volvo",
|
|
"name": "Volvo",
|
|
"codeowners": ["@thomasddn"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/volvo",
|
|
"integration_type": "device",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["volvocarsapi"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["volvocarsapi==0.4.3"]
|
|
}
|