Skip to content

Commit

Permalink
Fix script data (#19894)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Feb 27, 2024
1 parent 29954e5 commit babb723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/more-info/controls/more-info-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class MoreInfoScript extends LitElement {
this.hass.callService(
"script",
computeObjectId(this.stateObj!.entity_id),
this._scriptData
this._scriptData.data
);
}

Expand Down

0 comments on commit babb723

Please sign in to comment.