Bump pyEight version to fix 0hr session errors (#7916)
This commit is contained in:
parent
aee25a020d
commit
ac8592587f
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ from homeassistant.helpers.entity import Entity
|
|||
from homeassistant.helpers.event import async_track_point_in_utc_time
|
||||
from homeassistant.util.dt import utcnow
|
||||
|
||||
REQUIREMENTS = ['pyeight==0.0.6']
|
||||
REQUIREMENTS = ['pyeight==0.0.7']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -527,7 +527,7 @@ pydroid-ipcam==0.8
|
|||
pyebox==0.1.0
|
||||
|
||||
# homeassistant.components.eight_sleep
|
||||
pyeight==0.0.6
|
||||
pyeight==0.0.7
|
||||
|
||||
# homeassistant.components.media_player.emby
|
||||
pyemby==1.2
|
||||
|
|
Loading…
Add table
Reference in a new issue