From 1810760dc714c351656728e8ed1be4b038c73b27 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Tue, 29 Dec 2020 23:02:47 +0100 Subject: [PATCH] Mark entity ID as optional for button card (#7967) --- .../lovelace/editor/config-elements/hui-button-card-editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/editor/config-elements/hui-button-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-button-card-editor.ts index 544f5af0f0..2b4ff6acfd 100644 --- a/src/panels/lovelace/editor/config-elements/hui-button-card-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-button-card-editor.ts @@ -115,7 +115,7 @@ export class HuiButtonCardEditor extends LitElement .label="${this.hass.localize( "ui.panel.lovelace.editor.card.generic.entity" )} (${this.hass.localize( - "ui.panel.lovelace.editor.card.config.required" + "ui.panel.lovelace.editor.card.config.optional" )})" .hass=${this.hass} .value=${this._entity}