From c486f794f9e5c0ca84f07a94fc8280669d64ddeb Mon Sep 17 00:00:00 2001 From: Emilv2 Date: Sun, 2 Jun 2019 16:07:17 +0800 Subject: [PATCH] Fix typo in integration component (#24250) --- homeassistant/components/integration/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/integration/sensor.py b/homeassistant/components/integration/sensor.py index 3a72c81fa11..6aa0f5ad5f2 100644 --- a/homeassistant/components/integration/sensor.py +++ b/homeassistant/components/integration/sensor.py @@ -40,7 +40,7 @@ UNIT_TIME = {'s': 1, 'h': 60*60, 'd': 24*60*60} -ICON = 'mdi:char-histogram' +ICON = 'mdi:chart-histogram' DEFAULT_ROUND = 3