diff --git a/setup.py b/setup.py index b77eac1f9d..64318a0e03 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20200407.0", + version="20200407.1", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors", diff --git a/src/panels/config/automation/ha-automation-picker.ts b/src/panels/config/automation/ha-automation-picker.ts index aeea0c3b9e..64dcd7b99b 100644 --- a/src/panels/config/automation/ha-automation-picker.ts +++ b/src/panels/config/automation/ha-automation-picker.ts @@ -90,7 +90,10 @@ class HaAutomationPicker extends LitElement { columns.execute = { title: "", template: (_info, automation) => html` - + this._execute(ev)} + > ${this.hass.localize("ui.card.automation.trigger")} `,