From 61bd2a3a445814879edd972761506d0d2b700c6c Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Thu, 14 Jun 2018 10:08:27 +0200 Subject: [PATCH] Revert "Revert "Add password to esphomeyaml non-dev config"" This reverts commit 7802c63f5a5277b1f48f4d2e701adc895790895b. --- esphomeyaml/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/esphomeyaml/config.json b/esphomeyaml/config.json index 4b4c05f5a9..3ac7380dbd 100644 --- a/esphomeyaml/config.json +++ b/esphomeyaml/config.json @@ -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}" }