Merge pull request #44 from home-assistant/build

Build
This commit is contained in:
Pascal Vizeli
2017-05-11 22:57:17 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
}, },
"schema": { "schema": {
"token": "str", "token": "str",
"domain": ["str"], "domains": ["str"],
"seconds": "int" "seconds": "int"
} }
} }

View File

@@ -19,7 +19,7 @@
}, },
"schema": { "schema": {
"email": "email", "email": "email",
"domain": ["str"], "domains": ["str"],
"certfile": "str", "certfile": "str",
"keyfile": "str" "keyfile": "str"
} }