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