Skip to content

Commit

Permalink
Fix manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Apr 10, 2022
1 parent 9327cfc commit eb32123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/bmw_connected_drive/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"domain": "bmw_connected_drive",
"name": "MyBMW",
"name": "BMW Connected Drive",
"documentation": "https://www.home-assistant.io/integrations/bmw_connected_drive",
"requirements": ["bimmer_connected==0.9.0.0b3"],
"codeowners": ["@gerard33", "@rikroe"],
"config_flow": true,
"iot_class": "cloud_polling",
"version": "2022.4.1-custom",
"loggers": ["bimmer_connected"]
}

0 comments on commit eb32123

Please sign in to comment.