From ebc425eb114ecbce5eaf91f08e7e389096c6c688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20K=C3=B6lker?= Date: Thu, 12 Mar 2026 01:49:39 +0000 Subject: [PATCH] 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 --- full_config/ag-one.yaml | 2 +- packages/display_sh1106_multi_page.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/full_config/ag-one.yaml b/full_config/ag-one.yaml index 1baf076..4929cf8 100644 --- a/full_config/ag-one.yaml +++ b/full_config/ag-one.yaml @@ -499,7 +499,7 @@ switch: disabled_by_default: false assumed_state: false - platform: template - name: Display Temp/Hum Page + name: Display Temp-Hum Page id: display_air_temp_page restore_mode: RESTORE_DEFAULT_OFF optimistic: true diff --git a/packages/display_sh1106_multi_page.yaml b/packages/display_sh1106_multi_page.yaml index 928aa94..b1fffe5 100644 --- a/packages/display_sh1106_multi_page.yaml +++ b/packages/display_sh1106_multi_page.yaml @@ -280,7 +280,7 @@ switch: icon: "mdi:monitor" - platform: template - name: "Display Temp/Hum Page" + name: "Display Temp-Hum Page" id: display_air_temp_page restore_mode: RESTORE_DEFAULT_OFF optimistic: True