Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update custom_widgets.md #2357

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/getting_started/custom_widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ For this tutorial we will have two rows and three columns.

![Overview row and columns](images/overview_row_and_columns.png)

Now we will add a custom widget to that first columnn.
Now we will add a custom widget to that first column.
In this case we will add a garage door widget that includes a camera feed, shows the door status, and allows triggering two garage doors.
Click on the + in that first cell and select the desired widget from the list.
This is a simple widget that doesn't use any properties, so we are done.
Expand Down