mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
Add password to esphomeyaml non-dev config
This commit is contained in:
parent
12c4b0788c
commit
94bef2a5a4
1 changed files with 6 additions and 2 deletions
|
@ -15,10 +15,14 @@
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw"
|
"config:rw"
|
||||||
],
|
],
|
||||||
"options": {},
|
|
||||||
"environment": {
|
"environment": {
|
||||||
"ESPHOMEYAML_OTA_HOST_PORT": "6053"
|
"ESPHOMEYAML_OTA_HOST_PORT": "6053"
|
||||||
},
|
},
|
||||||
"schema": {},
|
"options": {
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
"schema": {
|
||||||
|
"password": "str?"
|
||||||
|
},
|
||||||
"image": "ottowinter/esphomeyaml-hassio-{arch}"
|
"image": "ottowinter/esphomeyaml-hassio-{arch}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue