Fix millisecond attributes (#23909)

fix millisecond attributes
This commit is contained in:
karwosts 2025-01-27 07:25:37 -08:00 committed by GitHub
parent d1be441455
commit 4ccef6f28b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ export class HaDelayAction extends LitElement implements ActionElement {
)}
.disabled=${this.disabled}
.data=${this._timeData}
enableMillisecond
enable-millisecond
required
@value-changed=${this._valueChanged}
></ha-duration-input>`;

View File

@ -38,7 +38,7 @@ export class HaWaitForTriggerAction
)}
.data=${timeData}
.disabled=${this.disabled}
enableMillisecond
enable-millisecond
@value-changed=${this._timeoutChanged}
></ha-duration-input>
<ha-formfield