Bump loopenergy to 0.1.0. Loop updated their socket.io server from 0.9 to 2.0 - which required a library update. (#21809)
This commit is contained in:
parent
4571f1bf0d
commit
7226e917ed
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from homeassistant.helpers.entity import Entity
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['pyloopenergy==0.0.18']
|
||||
REQUIREMENTS = ['pyloopenergy==0.1.0']
|
||||
|
||||
CONF_ELEC = 'electricity'
|
||||
CONF_GAS = 'gas'
|
||||
|
|
|
@ -1129,7 +1129,7 @@ pylinky==0.3.0
|
|||
pylitejet==0.1
|
||||
|
||||
# homeassistant.components.sensor.loopenergy
|
||||
pyloopenergy==0.0.18
|
||||
pyloopenergy==0.1.0
|
||||
|
||||
# homeassistant.components.lutron_caseta
|
||||
pylutron-caseta==0.5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue