From af12cd70e45cb3cd2329d6873e4aea49d06231b9 Mon Sep 17 00:00:00 2001 From: Matthieu DUVAL Date: Mon, 24 Jan 2022 10:48:22 +0100 Subject: [PATCH] Add cloud and issue info --- custom_components/georide/manifest.json | 6 ++++-- hacs.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/custom_components/georide/manifest.json b/custom_components/georide/manifest.json index a3793e2..800ea0d 100644 --- a/custom_components/georide/manifest.json +++ b/custom_components/georide/manifest.json @@ -3,11 +3,13 @@ "name": "GeoRide", "config_flow": true, "documentation": "https://github.com/ptimatth/GeorideHA", + "issue_tracker": "https://github.com/ptimatth/GeorideHA/issues", + "iot_class": "cloud_polling", "requirements": [ - "georideapilib>=0.6.1", + "georideapilib>=0.7.0", "pyjwt==2.1.0" ], "dependencies": [], "codeowners": ["ptimatth"], - "version": "0.8.1" + "version": "0.8.2" } \ No newline at end of file diff --git a/hacs.json b/hacs.json index cec66f3..d8e4f24 100644 --- a/hacs.json +++ b/hacs.json @@ -4,5 +4,5 @@ "render_readme": true, "domains": ["devices_tracker", "sensor"], "country": ["FR"], - "homeassistant": "2021.10.0" + "homeassistant": "2022.2.0" } \ No newline at end of file