mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 13:07:49 +00:00
commit
dd49ea6f20
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="home-assistant-frontend",
|
name="home-assistant-frontend",
|
||||||
version="20200407.0",
|
version="20200407.1",
|
||||||
description="The Home Assistant frontend",
|
description="The Home Assistant frontend",
|
||||||
url="https://github.com/home-assistant/home-assistant-polymer",
|
url="https://github.com/home-assistant/home-assistant-polymer",
|
||||||
author="The Home Assistant Authors",
|
author="The Home Assistant Authors",
|
||||||
|
@ -90,7 +90,10 @@ class HaAutomationPicker extends LitElement {
|
|||||||
columns.execute = {
|
columns.execute = {
|
||||||
title: "",
|
title: "",
|
||||||
template: (_info, automation) => html`
|
template: (_info, automation) => html`
|
||||||
<mwc-button .automation=${automation} @click=${this._execute}>
|
<mwc-button
|
||||||
|
.automation=${automation}
|
||||||
|
@click=${(ev) => this._execute(ev)}
|
||||||
|
>
|
||||||
${this.hass.localize("ui.card.automation.trigger")}
|
${this.hass.localize("ui.card.automation.trigger")}
|
||||||
</mwc-button>
|
</mwc-button>
|
||||||
`,
|
`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user