Bump version to 1.5.0

This commit is contained in:
Otto Winter
2018-05-14 22:10:17 +02:00
parent dc516f7537
commit ee502a7aaa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from esphomeyaml.helpers import App, add, color
_LOGGER = logging.getLogger(__name__)
DEFAULT_LIBRARY_URI = u'https://github.com/OttoWinter/esphomelib.git#v1.4.0'
DEFAULT_LIBRARY_URI = u'https://github.com/OttoWinter/esphomelib.git#v1.5.0'
CORE_SCHEMA = vol.Schema({
vol.Required(CONF_NAME): cv.valid_name,