Bump version to 1.6.0

This commit is contained in:
Otto Winter 2018-06-01 18:48:27 +02:00
parent 976627eb38
commit d88634b196
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E

View file

@ -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']