Merge pull request #6213 from home-assistant/bump_pyloopenergy
Bump pyloopenergy - catch socketIO exceptions.pull/6224/head
commit
df5866dd95
|
@ -17,7 +17,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['pyloopenergy==0.0.16']
|
||||
REQUIREMENTS = ['pyloopenergy==0.0.17']
|
||||
|
||||
CONF_ELEC = 'electricity'
|
||||
CONF_GAS = 'gas'
|
||||
|
|
|
@ -507,7 +507,7 @@ pylast==1.8.0
|
|||
pylitejet==0.1
|
||||
|
||||
# homeassistant.components.sensor.loopenergy
|
||||
pyloopenergy==0.0.16
|
||||
pyloopenergy==0.0.17
|
||||
|
||||
# homeassistant.components.mochad
|
||||
pymochad==0.1.1
|
||||
|
|
Loading…
Reference in New Issue