mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
👕 Corrects unit of measurement symbol for Watt (#21654)
This commit is contained in:
parent
73b100d3af
commit
955b71c44b
@ -14,7 +14,7 @@ DEFAULT_MAX_TEMP = 30.0
|
||||
DEFAULT_MIN_TEMP = 6.0
|
||||
|
||||
CURRENCY_EUR = 'EUR'
|
||||
POWER_WATT = 'Watt'
|
||||
POWER_WATT = 'W'
|
||||
POWER_KWH = 'kWh'
|
||||
RATIO_PERCENT = '%'
|
||||
VOLUME_CM3 = 'CM3'
|
||||
|
Loading…
x
Reference in New Issue
Block a user