Update hover and hightlight states for automation rows (#26820)

This commit is contained in:
Bram Kragten
2025-09-01 17:40:03 +02:00
committed by GitHub
parent d4d662ba46
commit 55864fdc82
10 changed files with 28 additions and 17 deletions

View File

@@ -43,7 +43,7 @@ export default class HaScriptFields extends LitElement {
.disabled=${this.disabled}
@value-changed=${this._fieldChanged}
.hass=${this.hass}
?highlight=${this.highlightedFields?.[key] !== undefined}
.highlight=${this.highlightedFields?.[key] !== undefined}
.narrow=${this.narrow}
>
</ha-script-field-row>