split credentials

This commit is contained in:
Pascal Vizeli
2017-09-26 13:49:21 +02:00
committed by GitHub
parent 71aa5353e7
commit 620cb248e4

View File

@@ -14,7 +14,8 @@
"options": {
"homeassistant_api": "http://homeassistant:8123/api",
"homeassistant_password": "",
"credentials": "admin:secret",
"username": "admin",
"password": null,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false,
@@ -25,7 +26,8 @@
"schema": {
"homeassistant_api": "url",
"homeassistant_password": "str",
"credentials": "match(.*:.*)",
"username": "str",
"password": "match(.+)",
"certfile": "str",
"keyfile": "str",
"ssl": "bool",