mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix item path for default in choose automation action (#19602)
This commit is contained in:
parent
8a410d6c82
commit
cf960be07e
@ -296,7 +296,7 @@ export class HaChooseAction extends LitElement implements ActionElement {
|
|||||||
)}:
|
)}:
|
||||||
</h2>
|
</h2>
|
||||||
<ha-automation-action
|
<ha-automation-action
|
||||||
.path=${[...(this.path ?? []), "choose", "default"]}
|
.path=${[...(this.path ?? []), "default"]}
|
||||||
.actions=${ensureArray(action.default) || []}
|
.actions=${ensureArray(action.default) || []}
|
||||||
.disabled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
@value-changed=${this._defaultChanged}
|
@value-changed=${this._defaultChanged}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user