diff --git a/setup.py b/setup.py index 265afb020f..f0a257a0f0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20200401.0", + version="20200403.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors", diff --git a/src/common/search/search-input.ts b/src/common/search/search-input.ts index e0e5065075..d24295c5d4 100644 --- a/src/common/search/search-input.ts +++ b/src/common/search/search-input.ts @@ -27,7 +27,7 @@ class SearchInput extends LitElement { protected render(): TemplateResult { return html`