Bump version to 1.2.1

This commit is contained in:
Otto Winter
2018-04-07 12:01:50 +02:00
parent 982e9c1051
commit d5b4971d81
7 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ from esphomeyaml.helpers import App, add, add_task, color
_LOGGER = logging.getLogger(__name__)
DEFAULT_LIBRARY_URI = u'esphomelib'
DEFAULT_LIBRARY_URI = u'https://github.com/OttoWinter/esphomelib.git#v1.2.1'
CORE_SCHEMA = vol.Schema({
vol.Required(CONF_NAME): cv.valid_name,