mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
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
@ -17,7 +17,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['pyloopenergy==0.0.18']
|
REQUIREMENTS = ['pyloopenergy==0.1.0']
|
||||||
|
|
||||||
CONF_ELEC = 'electricity'
|
CONF_ELEC = 'electricity'
|
||||||
CONF_GAS = 'gas'
|
CONF_GAS = 'gas'
|
||||||
|
@ -1129,7 +1129,7 @@ pylinky==0.3.0
|
|||||||
pylitejet==0.1
|
pylitejet==0.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.loopenergy
|
# homeassistant.components.sensor.loopenergy
|
||||||
pyloopenergy==0.0.18
|
pyloopenergy==0.1.0
|
||||||
|
|
||||||
# homeassistant.components.lutron_caseta
|
# homeassistant.components.lutron_caseta
|
||||||
pylutron-caseta==0.5.0
|
pylutron-caseta==0.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user