Bump pyEight version to update API & reduce connection issues (#14058)
parent
5ed73fecd3
commit
31554e8368
|
@ -22,7 +22,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.7']
|
||||
REQUIREMENTS = ['pyeight==0.0.8']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -754,7 +754,7 @@ pyeconet==0.0.5
|
|||
pyedimax==0.1
|
||||
|
||||
# homeassistant.components.eight_sleep
|
||||
pyeight==0.0.7
|
||||
pyeight==0.0.8
|
||||
|
||||
# homeassistant.components.media_player.emby
|
||||
pyemby==1.5
|
||||
|
|
Loading…
Reference in New Issue