From be29b2d9bf08b71a0d7c1e4d84381d3e383d8d8b Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 24 Mar 2023 23:17:13 +0100 Subject: [PATCH] Update to georideapilib 0.9.6 --- 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 67eab13..6ad3e09 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.4", + "georideapilib>=0.9.6", "pyjwt>=2.2.0" ], "dependencies": [],