From 730c27f2188007849d91a36a9db3992c89adbf84 Mon Sep 17 00:00:00 2001 From: Thomas D <11554546+thomasddn@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:11:03 +0000 Subject: [PATCH] Update manifest --- custom_components/volvo_cars/manifest.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/custom_components/volvo_cars/manifest.json b/custom_components/volvo_cars/manifest.json index f15f952..b30e1e8 100644 --- a/custom_components/volvo_cars/manifest.json +++ b/custom_components/volvo_cars/manifest.json @@ -5,9 +5,11 @@ "@thomasddn" ], "config_flow": true, - "documentation": "https://github.com/thomasddn/home-assistant-volvo-cars", + "documentation": "https://github.com/thomasddn/ha-volvo-cars", "iot_class": "cloud_polling", - "issue_tracker": "https://github.com/thomasddn/home-assistant-volvo-cars/issues", - "requirements": ["pydantic==1.10.18"], - "version": "0.1.0" + "issue_tracker": "https://github.com/thomasddn/ha-volvo-cars/issues", + "requirements": [ + "pydantic==1.10.18" + ], + "version": "0.2.0" } \ No newline at end of file