Bump pyEight to fix Single Sleeper (#19316)
parent
70dbbbd974
commit
e2d3beca22
|
@ -21,7 +21,7 @@ from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.helpers.event import async_track_point_in_utc_time
|
from homeassistant.helpers.event import async_track_point_in_utc_time
|
||||||
from homeassistant.util.dt import utcnow
|
from homeassistant.util.dt import utcnow
|
||||||
|
|
||||||
REQUIREMENTS = ['pyeight==0.0.9']
|
REQUIREMENTS = ['pyeight==0.1.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -932,7 +932,7 @@ pyeconet==0.0.6
|
||||||
pyedimax==0.1
|
pyedimax==0.1
|
||||||
|
|
||||||
# homeassistant.components.eight_sleep
|
# homeassistant.components.eight_sleep
|
||||||
pyeight==0.0.9
|
pyeight==0.1.0
|
||||||
|
|
||||||
# homeassistant.components.media_player.emby
|
# homeassistant.components.media_player.emby
|
||||||
pyemby==1.5
|
pyemby==1.5
|
||||||
|
|
Loading…
Reference in New Issue