mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
11 lines
314 B
JSON
11 lines
314 B
JSON
{
|
|
"domain": "volvooncall",
|
|
"name": "Volvo On Call",
|
|
"codeowners": ["@molobrakos"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/volvooncall",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["geopy", "hbmqtt", "volvooncall"],
|
|
"requirements": ["volvooncall==0.10.3"]
|
|
}
|