From 820dedbcd2f3b9687604f3c3b985b06d7e20a4e7 Mon Sep 17 00:00:00 2001 From: Richard Klingler Date: Wed, 21 Apr 2021 12:10:45 +0200 Subject: [PATCH] Added / to default glyphs (#1691) Co-authored-by: Charlie Root --- esphome/components/font/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/font/__init__.py b/esphome/components/font/__init__.py index e79d311dab..c414d37c40 100644 --- a/esphome/components/font/__init__.py +++ b/esphome/components/font/__init__.py @@ -72,7 +72,7 @@ def validate_truetype_file(value): DEFAULT_GLYPHS = ( - ' !"%()+,-.:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz°' + ' !"%()+,-.:/0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz°' ) CONF_RAW_DATA_ID = "raw_data_id"