Fix typo in ha-selector-color-rgb.ts (#22001)

This commit is contained in:
akloeckner 2024-09-17 06:20:56 +02:00 committed by GitHub
parent 2aba9099a0
commit 717443e2d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ export class HaColorRGBSelector extends LitElement {
.label=${this.label || ""}
.required=${this.required}
.helper=${this.helper}
.disalbled=${this.disabled}
.disabled=${this.disabled}
@change=${this._valueChanged}
></ha-textfield>
`;