From d88634b196125c0812818d4b95f86b1ed8ea144a Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 1 Jun 2018 18:48:27 +0200 Subject: [PATCH] Bump version to 1.6.0 --- esphomeyaml/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esphomeyaml/config.py b/esphomeyaml/config.py index 644bf8dd3a..cce08cc32c 100644 --- a/esphomeyaml/config.py +++ b/esphomeyaml/config.py @@ -18,8 +18,7 @@ from esphomeyaml.helpers import App, add, color _LOGGER = logging.getLogger(__name__) -DEFAULT_LIBRARY_URI = u'https://github.com/OttoWinter/esphomelib.git#' \ - u'2693649d487bcb2e351d4b7b7296bd9237e963f7' +DEFAULT_LIBRARY_URI = u'https://github.com/OttoWinter/esphomelib.git#v1.6.0' BUILD_FLASH_MODES = ['qio', 'qout', 'dio', 'dout']