Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2024-08-06 05:54:21 +00:00
commit d3d125d9dd
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
4 changed files with 3 additions and 3 deletions

View File

@ -818,10 +818,10 @@ Display Components
.. imgtable:: .. imgtable::
Display Core, components/display/index, folder-open.svg, dark-invert Display Core, components/display/index, folder-open.svg, dark-invert
Font Renderer, components/fonts, format-font.svg, dark-invert Font Renderer, components/font, format-font.svg, dark-invert
Graph, components/graph, chart-line.svg, dark-invert Graph, components/graph, chart-line.svg, dark-invert
QR Code, components/qr_code, qr-code.svg, dark-invert QR Code, components/qr_code, qr-code.svg, dark-invert
Image, components/images, image-outline.svg, dark-invert Image, components/image, image-outline.svg, dark-invert
Animation, components/animation, image-multiple-outline.svg, dark-invert Animation, components/animation, image-multiple-outline.svg, dark-invert
Display Menu Core, components/display_menu/index, folder-open.svg, dark-invert Display Menu Core, components/display_menu/index, folder-open.svg, dark-invert
Graphical Display Menu, components/display_menu/graphical_display_menu, graphical_display_menu.png Graphical Display Menu, components/display_menu/graphical_display_menu, graphical_display_menu.png

View File

@ -395,7 +395,7 @@ def lint_directive_formatting(fname, content):
include=["*.rst"], include=["*.rst"],
exclude=[ exclude=[
"components/web_server.rst", "components/web_server.rst",
"components/images.rst", "components/image.rst",
], ],
) )
def lint_esphome_io_link(fname, match): def lint_esphome_io_link(fname, match):