From fa0f67e6ec32fd8b0ff60a47ebf5166bc85f05b8 Mon Sep 17 00:00:00 2001 From: Matthieu DUVAL Date: Tue, 28 Feb 2023 19:23:10 +0100 Subject: [PATCH] Update to latest georidelib --- custom_components/georide/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/georide/manifest.json b/custom_components/georide/manifest.json index 0cd1643..67eab13 100644 --- a/custom_components/georide/manifest.json +++ b/custom_components/georide/manifest.json @@ -6,7 +6,7 @@ "issue_tracker": "https://github.com/ptimatth/GeorideHA/issues", "iot_class": "cloud_polling", "requirements": [ - "georideapilib>=0.9.3", + "georideapilib>=0.9.4", "pyjwt>=2.2.0" ], "dependencies": [],