mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
split credentials
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user