mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Improve broken cards on dashboards (#25557)
This commit is contained in:
committed by
GitHub
parent
549451eccb
commit
28fe60f02b
@@ -105,7 +105,7 @@ class HuiWeatherEntityRow extends LitElement implements LovelaceRow {
|
||||
|
||||
if (!stateObj) {
|
||||
return html`
|
||||
<hui-warning>
|
||||
<hui-warning .hass=${this.hass}>
|
||||
${createEntityNotFoundWarning(this.hass, this._config.entity)}
|
||||
</hui-warning>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user