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