Merge pull request #3577 from home-assistant/fix_loopenergy_exceptions

Loopenergy library - bump to catch more exceptions in poll thread.
This commit is contained in:
Greg Dowling 2016-09-29 10:49:14 +01:00 committed by GitHub
commit e87467cb20
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['pyloopenergy==0.0.14'] REQUIREMENTS = ['pyloopenergy==0.0.15']
CONF_ELEC = 'electricity' CONF_ELEC = 'electricity'
CONF_GAS = 'gas' CONF_GAS = 'gas'

View File

@ -340,7 +340,7 @@ pyicloud==0.9.1
pylast==1.6.0 pylast==1.6.0
# homeassistant.components.sensor.loopenergy # homeassistant.components.sensor.loopenergy
pyloopenergy==0.0.14 pyloopenergy==0.0.15
# homeassistant.components.device_tracker.netgear # homeassistant.components.device_tracker.netgear
pynetgear==0.3.3 pynetgear==0.3.3