From 6eebbebdfa5345823a5466cc66716e5525be7dd7 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Sat, 19 Mar 2022 21:45:17 +0100 Subject: [PATCH] Update to georideapilib 0.8.3 --- 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 6f680c7..d7c8ece 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.8.2", + "georideapilib>=0.8.3", "pyjwt==2.1.0" ], "dependencies": [],