mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Correcting Hertz symbol (#1364)
Changing to the global standard as per https://en.wikipedia.org/wiki/Hertz.
This commit is contained in:
parent
9816e677a6
commit
2ab3534a4b
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue