Commit ebc425e
committed
fix(display): use dash in Temp/Hum page
ESPHome reserves '/' for URL path separators and warns that this
name will become an error in 2026.7.0.
ESPHome recommends the "Unicode Fraction Slash"; however, this may
cause confusion as it is visually similar. Use a '-' instead to
reduce potential confusion.
Fixes: #1831 parent 39d27e4 commit ebc425e
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