Update pyEight for Python 3.7 Compatability (#21161)
This commit is contained in:
parent
6cdc5a5c2d
commit
1afbc22ad5
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,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.1.0']
|
||||
REQUIREMENTS = ['pyeight==0.1.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1004,7 +1004,7 @@ pyeconet==0.0.6
|
|||
pyedimax==0.1
|
||||
|
||||
# homeassistant.components.eight_sleep
|
||||
pyeight==0.1.0
|
||||
pyeight==0.1.1
|
||||
|
||||
# homeassistant.components.media_player.emby
|
||||
pyemby==1.6
|
||||
|
|
Loading…
Add table
Reference in a new issue