Improve broken cards on dashboards (#25557)

This commit is contained in:
Jan-Philipp Benecke
2025-05-26 10:45:22 +02:00
committed by GitHub
parent 549451eccb
commit 28fe60f02b
56 changed files with 170 additions and 139 deletions

View File

@@ -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>
`;