mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Improve broken cards on dashboards (#25557)
This commit is contained in:
committed by
GitHub
parent
549451eccb
commit
28fe60f02b
@@ -46,7 +46,7 @@ export class HuiGenericEntityRow extends LitElement {
|
||||
|
||||
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