Skip to content

Commit ebc425e

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

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 Temp-Hum 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 Temp-Hum Page"
284284
id: display_air_temp_page
285285
restore_mode: RESTORE_DEFAULT_OFF
286286
optimistic: True

0 commit comments

Comments
 (0)