mirror of
https://github.com/home-assistant/core.git
synced 2025-08-12 00:55:26 +02:00
Update pyEight for Python 3.7 Compatability (#21161)
This commit is contained in:
committed by
Paulus Schoutsen
parent
c544845e29
commit
8b5aff63ae
@@ -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__)
|
||||
|
||||
|
@@ -1001,7 +1001,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
|
||||
|
Reference in New Issue
Block a user