Skip to content

Commit

Permalink
Merge pull request #1913 from lancasterJ/fix-issue-1857
Browse files Browse the repository at this point in the history
Fix for issue #1857
  • Loading branch information
acockburn authored Feb 3, 2024
2 parents 40e7a68 + 368e7bb commit ead331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdaemon/widgets/baseicon/baseicon.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function baseicon(widget_id, url, skin, parameters)
{
self.set_icon(self, "icon", self.parameters.icons.default.icon);
self.set_field(self, "icon_style", self.parameters.icons.default.style);
set_service_call(self, self.parameters.default);
set_service_call(self, self.parameters.icons.default);
}
else
{
Expand Down

0 comments on commit ead331c

Please sign in to comment.