Skip to content

Commit

Permalink
fix a typo (#2086)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Szucs <robert.szucs@casrd.net>
  • Loading branch information
robert-szucs committed Jun 2, 2023
1 parent 524cf43 commit 0c46958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/getting_started/custom_widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ config:
iconColor: '=(items[props.item].state == "ON") ? "yellow" : "gray"'
title: =props.title
color: '=(items[props.item].state == "ON") ? "yellow" : "gray"'
item: props.item
item: =props.item
```
Save the widget and return to one of the Items that should use this widget.
Expand Down

0 comments on commit 0c46958

Please sign in to comment.