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