ha-core/homeassistant/components/volvooncall/manifest.json

11 lines
314 B
JSON
Raw Normal View History

{
"domain": "volvooncall",
"name": "Volvo On Call",
"codeowners": ["@molobrakos"],
2023-02-08 20:10:18 +01:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/volvooncall",
"iot_class": "cloud_polling",
"loggers": ["geopy", "hbmqtt", "volvooncall"],
"requirements": ["volvooncall==0.10.3"]
}