mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Update pyEight for Python 3.7 Compatability (#21161)
This commit is contained in:
parent
6cdc5a5c2d
commit
1afbc22ad5
@ -16,7 +16,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
from homeassistant.helpers.event import async_track_point_in_utc_time
|
from homeassistant.helpers.event import async_track_point_in_utc_time
|
||||||
from homeassistant.util.dt import utcnow
|
from homeassistant.util.dt import utcnow
|
||||||
|
|
||||||
REQUIREMENTS = ['pyeight==0.1.0']
|
REQUIREMENTS = ['pyeight==0.1.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1004,7 +1004,7 @@ pyeconet==0.0.6
|
|||||||
pyedimax==0.1
|
pyedimax==0.1
|
||||||
|
|
||||||
# homeassistant.components.eight_sleep
|
# homeassistant.components.eight_sleep
|
||||||
pyeight==0.1.0
|
pyeight==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.media_player.emby
|
# homeassistant.components.media_player.emby
|
||||||
pyemby==1.6
|
pyemby==1.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user