Fix attributes broken by the warning fixes (#23182)

This commit is contained in:
Petar Petrov
2024-12-06 15:56:42 +02:00
committed by GitHub
parent 5fdefc0c20
commit 400ddbf625
61 changed files with 99 additions and 88 deletions

View File

@@ -366,7 +366,7 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
`
: this._mode === "yaml"
? html`<ha-yaml-editor
copyClipboard
copy-clipboard
.hass=${this.hass}
.defaultValue=${this._preprocessYaml()}
.readOnly=${this._readOnly}