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