diff --git a/homeassistant/components/frontend/www_static/home-assistant-polymer b/homeassistant/components/frontend/www_static/home-assistant-polymer index 5e7f2fdbe84..718384f22aa 160000 --- a/homeassistant/components/frontend/www_static/home-assistant-polymer +++ b/homeassistant/components/frontend/www_static/home-assistant-polymer @@ -1 +1 @@ -Subproject commit 5e7f2fdbe849c43ba1c7dd647e5f948894c3118e +Subproject commit 718384f22aa0a689190a4d3f41b5e9ed091c80a3 diff --git a/homeassistant/const.py b/homeassistant/const.py index 8318020a43a..ff41ce60da5 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -1,7 +1,7 @@ # coding: utf-8 """Constants used by Home Assistant components.""" -__version__ = "0.24.0" +__version__ = "0.24.1" REQUIRED_PYTHON_VER = (3, 4) PLATFORM_FORMAT = '{}.{}' diff --git a/homeassistant/scripts/db_migrator.py b/homeassistant/scripts/db_migrator.py index dfe31be7684..3ce26014c05 100644 --- a/homeassistant/scripts/db_migrator.py +++ b/homeassistant/scripts/db_migrator.py @@ -83,8 +83,6 @@ def run(args): print(('Fatal Error: Specified configuration directory does ' 'not exist {} ').format(config_dir)) return 1 - else: - config_dir = config_util.get_default_config_dir() src_db = '{}/home-assistant.db'.format(config_dir) dst_db = '{}/home-assistant_v2.db'.format(config_dir)