Update pyEight for Python 3.7 Compatability (#21161)

This commit is contained in:
John Mihalic 2019-02-18 05:20:31 -05:00 committed by Daniel Høyer Iversen
parent 6cdc5a5c2d
commit 1afbc22ad5
2 changed files with 2 additions and 2 deletions

View file

@ -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__)

View file

@ -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