Compare commits

...

2 Commits
0.8.1 ... 0.8.2

Author SHA1 Message Date
7d809c2105 Shipping v0.8.2 2022-03-03 20:40:02 +01:00
af12cd70e4 Add cloud and issue info 2022-03-03 20:30:24 +01:00
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"
}

View File

@@ -4,5 +4,5 @@
"render_readme": true,
"domains": ["devices_tracker", "sensor"],
"country": ["FR"],
"homeassistant": "2021.10.0"
"homeassistant": "2022.2.0"
}