Add cloud and issue info

This commit is contained in:
2022-01-24 10:48:22 +01:00
committed by Matthieu
parent b17f38ee66
commit af12cd70e4
2 changed files with 5 additions and 3 deletions

View File

@@ -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"
}