mirror of
https://github.com/esphome/esphome.git
synced 2025-02-20 20:08:20 +00:00
Add password to esphomeyaml non-dev config
This commit is contained in:
parent
12c4b0788c
commit
94bef2a5a4
@ -15,10 +15,14 @@
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"options": {},
|
||||
"environment": {
|
||||
"ESPHOMEYAML_OTA_HOST_PORT": "6053"
|
||||
},
|
||||
"schema": {},
|
||||
"options": {
|
||||
"password": ""
|
||||
},
|
||||
"schema": {
|
||||
"password": "str?"
|
||||
},
|
||||
"image": "ottowinter/esphomeyaml-hassio-{arch}"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user