mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
fix hui-action-editor (#21560)
This commit is contained in:
parent
d634317438
commit
a9310fdde0
@ -292,7 +292,7 @@ export class HuiActionEditor extends LitElement {
|
||||
ev.stopPropagation();
|
||||
const value = {
|
||||
...this.config!,
|
||||
perform_action: ev.detail.value.service || "",
|
||||
perform_action: ev.detail.value.action || "",
|
||||
data: ev.detail.value.data,
|
||||
target: ev.detail.value.target || {},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user