From 2ab3534a4bf56c41f20387afe9ce613c1823fd56 Mon Sep 17 00:00:00 2001 From: Rob de Jonge Date: Mon, 9 Nov 2020 15:20:19 +0700 Subject: [PATCH] Correcting Hertz symbol (#1364) Changing to the global standard as per https://en.wikipedia.org/wiki/Hertz. --- esphome/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/const.py b/esphome/const.py index 535207958d..a683ec4176 100644 --- a/esphome/const.py +++ b/esphome/const.py @@ -629,7 +629,7 @@ UNIT_DEGREES = '°' UNIT_EMPTY = '' UNIT_G = 'G' UNIT_HECTOPASCAL = 'hPa' -UNIT_HERTZ = 'hz' +UNIT_HERTZ = 'Hz' UNIT_KELVIN = 'K' UNIT_KILOMETER = 'km' UNIT_KILOMETER_PER_HOUR = 'km/h'