From 1030ddf8a806f94a0d159a7c701384761a25f687 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 14 Dec 2020 10:37:02 +0100 Subject: [PATCH] Mark entity ID as optional for button card --- .../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 544f5af0f0bb..2b4ff6acfd99 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}