mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Improve broken cards on dashboards (#25557)
This commit is contained in:
committed by
GitHub
parent
549451eccb
commit
28fe60f02b
@@ -40,7 +40,7 @@ class HuiTextEntityRow 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