1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/renault/manifest.json
2021-07-28 12:41:11 -07:00

14 lines
262 B
JSON

{
"domain": "renault",
"name": "Renault",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/renault",
"requirements": [
"renault-api==0.1.4"
],
"codeowners": [
"@epenet"
],
"iot_class": "cloud_polling"
}