Commit 156044a
committed
fix(display): use fraction slash in Temp/Hum page
ESPHome reserves '/' for URL path separators and warns that this
name will become an error in 2026.7.0.
Use the Unicode fraction slash in the SH1106 multi-page package and
the checked-in full config so the repo matches ESPHome's automatic
replacement. Keep spaces around the replacement character because
GitHub's diff view renders the unspaced glyph ambiguously, which
makes the rename hard to review.
Fixes: #1831 parent 39d27e4 commit 156044a
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
0 commit comments