Bump pyloopenergy to catch SSL exception.
parent
a8a98f2585
commit
9af1e0ccf3
|
@ -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…
Reference in New Issue