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

Revert "Add password to esphomeyaml non-dev config"

This reverts commit 94bef2a5a448d7bf8c7e5116d8d0e09297f17b58.
This commit is contained in:
Otto Winter 2018-06-14 09:39:18 +02:00
parent a19a037a0d
commit a66856b8c9

View File

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