Update message when no selection is made

This commit is contained in:
Christopher Altona 2022-06-30 01:55:49 +00:00
parent 51a2983310
commit 64533865b0

View File

@ -201,7 +201,9 @@ class HaPanelHistory extends SubscribeMixin(LitElement) {
></ha-circular-progress>
</div>`
: this._targetPickerValue === undefined
? html`<div class="info">No selection made</div>`
? html`<div class="info">
Select what you would like to see history for above
</div>`
: html`
<state-history-charts
.hass=${this.hass}