Bump pyEmby version to support aiohttp => 3 (#12986)
This commit is contained in:
parent
9b1a75a74b
commit
6be81feb2d
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ from homeassistant.core import callback
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['pyemby==1.4']
|
||||
REQUIREMENTS = ['pyemby==1.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -719,7 +719,7 @@ pyedimax==0.1
|
|||
pyeight==0.0.7
|
||||
|
||||
# homeassistant.components.media_player.emby
|
||||
pyemby==1.4
|
||||
pyemby==1.5
|
||||
|
||||
# homeassistant.components.envisalink
|
||||
pyenvisalink==2.2
|
||||
|
|
Loading…
Add table
Reference in a new issue