mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Dashboard authentication
This commit is contained in:
@@ -21,9 +21,13 @@
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"options": {},
|
||||
"options": {
|
||||
"password": ""
|
||||
},
|
||||
"schema": {
|
||||
"password": "str?"
|
||||
},
|
||||
"environment": {
|
||||
"ESPHOMEYAML_OTA_HOST_PORT": "6053"
|
||||
},
|
||||
"schema": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user