mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix script data (#19894)
This commit is contained in:
parent
29954e530e
commit
babb723521
@ -125,7 +125,7 @@ class MoreInfoScript extends LitElement {
|
|||||||
this.hass.callService(
|
this.hass.callService(
|
||||||
"script",
|
"script",
|
||||||
computeObjectId(this.stateObj!.entity_id),
|
computeObjectId(this.stateObj!.entity_id),
|
||||||
this._scriptData
|
this._scriptData.data
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user