Skip to content

Commit 156044a

Browse files
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: #183
1 parent 39d27e4 commit 156044a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

full_config/ag-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ switch:
499499
disabled_by_default: false
500500
assumed_state: false
501501
- platform: template
502-
name: Display Temp/Hum Page
502+
name: Display TempHum Page
503503
id: display_air_temp_page
504504
restore_mode: RESTORE_DEFAULT_OFF
505505
optimistic: true

packages/display_sh1106_multi_page.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ switch:
280280
icon: "mdi:monitor"
281281

282282
- platform: template
283-
name: "Display Temp/Hum Page"
283+
name: "Display TempHum Page"
284284
id: display_air_temp_page
285285
restore_mode: RESTORE_DEFAULT_OFF
286286
optimistic: True

0 commit comments

Comments
 (0)