Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions content/components/lvgl/widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,6 @@ The `slider` can be also integrated as {{< docref "/components/number/lvgl" "Num

See [Light brightness slider](/cookbook/lvgl#lvgl-cookbook-bright) and [Media player volume slider](/cookbook/lvgl#lvgl-cookbook-volume) for examples which demonstrate how to use a slider to control entities in Home Assistant.

{{< anchor "lvgl-widget-canvas" >}}
{{< anchor "lvgl-widget-spinbox" >}}

## `spinbox`
Expand Down Expand Up @@ -1589,7 +1588,7 @@ The spinbox contains a numeric value (as text) which can be increased or decreas
text_align: center
range_from: -10
range_to: 40
step: 0.5
selected_digit: 2
digits: 3
decimal_places: 1

Expand Down
2 changes: 1 addition & 1 deletion content/cookbook/lvgl.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ lvgl:
width: 50
range_from: 15
range_to: 35
step: 0.5
selected_digit: 0
rollover: false
digits: 3
decimal_places: 1
Expand Down