Fix typo in integration component (#24250)

This commit is contained in:
Emilv2 2019-06-02 16:07:17 +08:00 committed by Robbie Trencheny
parent 9220270948
commit c486f794f9

View File

@ -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