From be29b2d9bf08b71a0d7c1e4d84381d3e383d8d8b Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 24 Mar 2023 23:17:13 +0100 Subject: [PATCH 1/2] 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": [], From ad77edd1030f4ba79b6ad96b48522e281b4acd17 Mon Sep 17 00:00:00 2001 From: Matthieu DUVAL Date: Wed, 24 May 2023 12:46:26 +0200 Subject: [PATCH 2/2] Update badge and GeoRidelib version --- README.md | 1 + custom_components/georide/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2fa0c2..d5ed2c1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ⚠️ This is not an official implementation [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0) +[![install_badge](https://img.shields.io/badge/dynamic/json?color=41BDF5&logo=home-assistant&label=integration%20usage&suffix=%20installs&cacheSeconds=15600&url=https://analytics.home-assistant.io/custom_integrations.json&query=$.georide.total)](https://analytics.home-assistant.io/) Official GeoRide website: https://georide.fr/ diff --git a/custom_components/georide/manifest.json b/custom_components/georide/manifest.json index 6ad3e09..431d050 100644 --- a/custom_components/georide/manifest.json +++ b/custom_components/georide/manifest.json @@ -6,10 +6,10 @@ "issue_tracker": "https://github.com/ptimatth/GeorideHA/issues", "iot_class": "cloud_polling", "requirements": [ - "georideapilib>=0.9.6", + "georideapilib>=1.0.0", "pyjwt>=2.2.0" ], "dependencies": [], "codeowners": ["ptimatth"], - "version": "1.0.0" + "version": "1.1.0" } \ No newline at end of file