Merge pull request #6328 from molobrakos/eliqonline

sensor.eliqonline: Change to more appropriate icon
This commit is contained in:
Erik Eriksson 2017-03-01 11:52:44 +01:00 committed by GitHub
commit 782d2a30cd

View File

@ -23,7 +23,7 @@ CONF_CHANNEL_ID = 'channel_id'
DEFAULT_NAME = 'ELIQ Online'
ICON = 'mdi:speedometer'
ICON = 'mdi:gauge'
SCAN_INTERVAL = timedelta(seconds=60)