mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
parent
d1be441455
commit
4ccef6f28b
@ -48,7 +48,7 @@ export class HaDelayAction extends LitElement implements ActionElement {
|
|||||||
)}
|
)}
|
||||||
.disabled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
.data=${this._timeData}
|
.data=${this._timeData}
|
||||||
enableMillisecond
|
enable-millisecond
|
||||||
required
|
required
|
||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
></ha-duration-input>`;
|
></ha-duration-input>`;
|
||||||
|
@ -38,7 +38,7 @@ export class HaWaitForTriggerAction
|
|||||||
)}
|
)}
|
||||||
.data=${timeData}
|
.data=${timeData}
|
||||||
.disabled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
enableMillisecond
|
enable-millisecond
|
||||||
@value-changed=${this._timeoutChanged}
|
@value-changed=${this._timeoutChanged}
|
||||||
></ha-duration-input>
|
></ha-duration-input>
|
||||||
<ha-formfield
|
<ha-formfield
|
||||||
|
Loading…
x
Reference in New Issue
Block a user