1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Dashboard authentication

This commit is contained in:
Otto Winter
2018-06-07 20:47:06 +02:00
parent 135117714b
commit ec3366cce0
5 changed files with 75 additions and 8 deletions

View File

@@ -21,9 +21,13 @@
"map": [
"config:rw"
],
"options": {},
"options": {
"password": ""
},
"schema": {
"password": "str?"
},
"environment": {
"ESPHOMEYAML_OTA_HOST_PORT": "6053"
},
"schema": {}
}