Merge pull request #5142 from home-assistant/bump_loop_energy
Bump pyloopenergy to catch SSL exception.
This commit is contained in:
commit
8a463ef7a4
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['pyloopenergy==0.0.15']
|
||||
REQUIREMENTS = ['pyloopenergy==0.0.16']
|
||||
|
||||
CONF_ELEC = 'electricity'
|
||||
CONF_GAS = 'gas'
|
||||
|
|
|
@ -426,7 +426,7 @@ pylast==1.6.0
|
|||
pylitejet==0.1
|
||||
|
||||
# homeassistant.components.sensor.loopenergy
|
||||
pyloopenergy==0.0.15
|
||||
pyloopenergy==0.0.16
|
||||
|
||||
# homeassistant.components.mochad
|
||||
pymochad==0.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue