Prepare fist 'runnable' version

This commit is contained in:
2019-10-26 14:48:00 +02:00
parent ce6911a471
commit a78b5413b1
7 changed files with 108 additions and 57 deletions

View File

@@ -0,0 +1,13 @@
{
"domain": "georide",
"name": "Georide",
"config_flow": false,
"documentation": "https://git.tontontux.fr/mduval/GeorideHA",
"requirements": [
"georideapilib==0.1.0"
],
"dependencies": [
"urllib3",
],
"codeowners": ["ptimatth"]
}