Add a configflow

This commit is contained in:
2019-10-26 16:08:04 +02:00
parent a78b5413b1
commit 58055aff87
4 changed files with 30 additions and 7 deletions

View File

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