mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
d3d125d9dd
@ -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
|
||||||
|
2
lint.py
2
lint.py
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user