* Upgrading volvooncall to 0.10.2 This release fixes the incorrect remaining time of charging the battery * updating volvooncall test requirements * Updating volvooncall requirements --------- Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
10 lines
314 B
JSON
10 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.2"]
|
|
}
|