mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
👕 Corrects unit of measurement symbol for Watt (#21654)
This commit is contained in:
committed by
Paulus Schoutsen
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'
|
||||
|
Reference in New Issue
Block a user