Add password to esphomeyaml non-dev config

This commit is contained in:
Otto Winter 2018-06-14 09:29:53 +02:00
parent 12c4b0788c
commit 94bef2a5a4
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 6 additions and 2 deletions

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