mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
parent
d1be441455
commit
4ccef6f28b
@ -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>`;
|
||||
|
@ -38,7 +38,7 @@ export class HaWaitForTriggerAction
|
||||
)}
|
||||
.data=${timeData}
|
||||
.disabled=${this.disabled}
|
||||
enableMillisecond
|
||||
enable-millisecond
|
||||
@value-changed=${this._timeoutChanged}
|
||||
></ha-duration-input>
|
||||
<ha-formfield
|
||||
|
Loading…
x
Reference in New Issue
Block a user