Skip to content

Commit 82d51d4

Browse files
authored
Merge branch 'current' into wifi-ap-status
2 parents 87d2fd1 + a3dc6ef commit 82d51d4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

content/components/display/st7701s.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ params:
1414
This display driver supports displays with 16 bit parallel interfaces, often referred to as "RGB". It currently
1515
supports the ST7701S chip.
1616

17+
> [!WARNING]
18+
> This component has been made redundant since the ST7701S is now supported by the {{< docref "mipi_rgb" >}}.
19+
> This component will be removed in a future release.
20+
1721
This driver has been tested with the following displays:
1822

1923
- Seeed Sensecap Indicator

themes/esphome-theme/layouts/_default/_markup/render-link.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
{{- $foundLocal := false -}}
99

1010
{{- if $entries -}}
11+
{{- $currentPage := strings.TrimPrefix "content/" .Page.File.Path | strings.TrimSuffix ".md" -}}
1112
{{- range $entries -}}
12-
{{- if eq .page .Page.File.Path -}}
13+
{{- if eq .page $currentPage -}}
1314
{{- $foundLocal = true -}}
1415
{{- end -}}
1516
{{- end -}}

0 commit comments

Comments
 (0)