mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump pyEmby version to account for API changes (#8070)
This commit is contained in:
parent
18f81d7824
commit
33d381731f
@ -21,7 +21,7 @@ from homeassistant.core import callback
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
import homeassistant.util.dt as dt_util
|
import homeassistant.util.dt as dt_util
|
||||||
|
|
||||||
REQUIREMENTS = ['pyemby==1.2']
|
REQUIREMENTS = ['pyemby==1.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -538,7 +538,7 @@ pyebox==0.1.0
|
|||||||
pyeight==0.0.7
|
pyeight==0.0.7
|
||||||
|
|
||||||
# homeassistant.components.media_player.emby
|
# homeassistant.components.media_player.emby
|
||||||
pyemby==1.2
|
pyemby==1.3
|
||||||
|
|
||||||
# homeassistant.components.envisalink
|
# homeassistant.components.envisalink
|
||||||
pyenvisalink==2.1
|
pyenvisalink==2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user