Add support of socket (georideapilib 0.4.0)

This commit is contained in:
2019-10-29 23:21:34 +01:00
parent 7f64e7c7d7
commit 750073b8f3
2 changed files with 68 additions and 18 deletions

View File

@@ -4,7 +4,8 @@
"config_flow": true,
"documentation": "https://git.tontontux.fr/mduval/GeorideHA",
"requirements": [
"georideapilib>=0.2.0"
"georideapilib>=0.4.1",
"pyjwt>=1.7.1"
],
"dependencies": [],
"codeowners": ["@ptimatth"]