mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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(
|
||||
"script",
|
||||
computeObjectId(this.stateObj!.entity_id),
|
||||
this._scriptData
|
||||
this._scriptData.data
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user