From f5a0b5ab98a531c5f059ec3962be066cede256c1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 5 Mar 2019 00:53:16 +0100 Subject: [PATCH] :shirt: Corrects unit of measurement symbol for Watt (#21654) --- homeassistant/components/toon/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/toon/const.py b/homeassistant/components/toon/const.py index 762374eb41c..29b58fbfff9 100644 --- a/homeassistant/components/toon/const.py +++ b/homeassistant/components/toon/const.py @@ -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'