mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-05 23:47:54 +00:00
Update message when no selection is made
This commit is contained in:
parent
51a2983310
commit
64533865b0
@ -201,7 +201,9 @@ class HaPanelHistory extends SubscribeMixin(LitElement) {
|
|||||||
></ha-circular-progress>
|
></ha-circular-progress>
|
||||||
</div>`
|
</div>`
|
||||||
: this._targetPickerValue === undefined
|
: 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`
|
: html`
|
||||||
<state-history-charts
|
<state-history-charts
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user