From 4c5f908e3a4f1dda511f067f3f73efc27e56d10a Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Thu, 10 Jan 2019 10:56:07 +0100 Subject: [PATCH] Fix auto_uart --- esphomeyaml-beta/config.json | 1 + esphomeyaml-edge/config.json | 1 + esphomeyaml/config.json | 1 + 3 files changed, 3 insertions(+) diff --git a/esphomeyaml-beta/config.json b/esphomeyaml-beta/config.json index 04bc32355c..184a600133 100644 --- a/esphomeyaml-beta/config.json +++ b/esphomeyaml-beta/config.json @@ -17,6 +17,7 @@ "homeassistant_api": false, "host_network": true, "boot": "auto", + "auto_uart": true, "map": [ "ssl", "config:rw" diff --git a/esphomeyaml-edge/config.json b/esphomeyaml-edge/config.json index 540e13241f..33d4aed7c5 100644 --- a/esphomeyaml-edge/config.json +++ b/esphomeyaml-edge/config.json @@ -18,6 +18,7 @@ "homeassistant_api": false, "host_network": true, "boot": "auto", + "auto_uart": true, "map": [ "ssl", "config:rw" diff --git a/esphomeyaml/config.json b/esphomeyaml/config.json index 0275fdf95f..495e7896b2 100644 --- a/esphomeyaml/config.json +++ b/esphomeyaml/config.json @@ -17,6 +17,7 @@ "homeassistant_api": false, "host_network": true, "boot": "auto", + "auto_uart": true, "map": [ "ssl", "config:rw"