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