From ec0485d6f9a51f74561b14f2b05265a9d96cf483 Mon Sep 17 00:00:00 2001 From: Mitch Date: Tue, 6 Jun 2023 16:11:19 +0200 Subject: [PATCH] Update manifest.json --- custom_components/volkswagen_we_connect_id/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/volkswagen_we_connect_id/manifest.json b/custom_components/volkswagen_we_connect_id/manifest.json index 187fcda..ca88f4f 100644 --- a/custom_components/volkswagen_we_connect_id/manifest.json +++ b/custom_components/volkswagen_we_connect_id/manifest.json @@ -3,7 +3,7 @@ "name": "Volkswagen We Connect ID", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/volkswagen_we_connect_id", - "requirements": ["weconnect==0.55.0", "ascii_magic==1.6"], + "requirements": ["weconnect>=0.54.0", "ascii_magic>=2.0.0"], "ssdp": [], "zeroconf": [], "homekit": {},