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