1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-13 22:30:31 +01:00

Revert "Revert "Add password to esphomeyaml non-dev config""

This reverts commit 7802c63f5a5277b1f48f4d2e701adc895790895b.
This commit is contained in:
Otto Winter 2018-06-14 10:08:27 +02:00
parent a66856b8c9
commit 044a7f1567

View File

@ -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}"
}