diff --git a/setup.py b/setup.py index a9a8396160..d1abaf4233 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20190719.0", + version="20190720.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors", diff --git a/src/components/ha-climate-state.js b/src/components/ha-climate-state.js index 14a2485b0b..e000a27650 100644 --- a/src/components/ha-climate-state.js +++ b/src/components/ha-climate-state.js @@ -39,7 +39,7 @@ class HaClimateState extends LocalizeMixin(PolymerElement) {