Update to prepare new home assisntant version (0.111)

This commit is contained in:
2020-05-21 20:40:19 +02:00
parent ef783db79b
commit a8274f7fd1
6 changed files with 7 additions and 7 deletions

View File

@@ -2,11 +2,11 @@
"domain": "georide",
"name": "Georide",
"config_flow": true,
"documentation": "https://git.tontontux.fr/mduval/GeorideHA",
"documentation": "https://github.com/ptimatth/GeorideHA",
"requirements": [
"georideapilib>=0.4.4",
"pyjwt>=1.7.1"
],
"dependencies": [],
"codeowners": ["@ptimatth"]
"codeowners": ["ptimatth"]
}