Skip to content

Commit

Permalink
Correcting Hertz symbol (esphome#1364)
Browse files Browse the repository at this point in the history
Changing to the global standard as per https://en.wikipedia.org/wiki/Hertz.
  • Loading branch information
robdejonge authored Nov 9, 2020
1 parent 9816e67 commit 2ab3534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
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'
Expand Down

0 comments on commit 2ab3534

Please sign in to comment.