Skip to content

Commit a367eb6

Browse files
authored
Merge branch 'esphome:current' into current
2 parents 4de717f + 3801a69 commit a367eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/components/esp32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ esp32:
2222
This must match the hardware in use, or it will fail to flash.
2323

2424
- **board** (*Optional*, string): The PlatformIO board ID that should be used. Choose the appropriate board from
25-
[this list](https://registry.platformio.org/platforms/platformio/espressif32/boards?version=5.3.0) (the icon next
25+
[this list](https://registry.platformio.org/platforms/platformio/espressif32/boards) (the icon next
2626
to the name can be used to copy the board ID). *This only affects pin aliases and some internal settings*;
2727
This setting is no longer recommended, `variant` should be used instead.
2828

content/components/lvgl/widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ The meter widget can visualize data in very flexible ways. It can use arcs, need
12531253
- Style options from [Style properties](/components/lvgl#lvgl-styling) for the tick *lines* and *labels* using the [`line`](#lvgl-widget-line) and [`label`](#lvgl-widget-label) text style properties.
12541254
- Style options from [Style properties](/components/lvgl#lvgl-styling) for the background of the meter, using the typical background properties.
12551255
- **ticks** (*Optional*, dict): Styling options for the ticks *part*, which will be applied to the tick lines and labels using standard *line* and *label* styles.
1256-
- **indicator** (*Optional*, dict): Styling options for the indicator *part*, which will be applied to the needle line or image using standard *line* and *image* styles.
1256+
- **indicator** (*Optional*, dict): Styling options for the indicator *part*, which will be applied to the needle line or image using standard *line* and *image* styles. Background properties applied here will style the pivot (the dot in the middle of the meter) for example to hide the pivot use `bg_opa: transp` in the `indicator` style.
12571257
- **items** (*Optional*, dict): Settings for the items *part*, which will be applied to arcs.
12581258

12591259
> [!NOTE]

0 commit comments

Comments
 (0)