1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

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

This reverts commit 7802c63f5a.
This commit is contained in:
Otto Winter
2018-06-14 10:08:27 +02:00
parent 7802c63f5a
commit 61bd2a3a44

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