From 64533865b0482146278e6d33e10d26f5315c0fe4 Mon Sep 17 00:00:00 2001 From: Christopher Altona Date: Thu, 30 Jun 2022 01:55:49 +0000 Subject: [PATCH] Update message when no selection is made --- src/panels/history/ha-panel-history.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/panels/history/ha-panel-history.ts b/src/panels/history/ha-panel-history.ts index 3b1bb266b1..453e1eb7e2 100644 --- a/src/panels/history/ha-panel-history.ts +++ b/src/panels/history/ha-panel-history.ts @@ -201,7 +201,9 @@ class HaPanelHistory extends SubscribeMixin(LitElement) { > ` : this._targetPickerValue === undefined - ? html`
No selection made
` + ? html`
+ Select what you would like to see history for above +
` : html`