Update Emby for aiohttp v2 (#6981)
This commit is contained in:
parent
d8558ad173
commit
660b1b616b
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.1']
|
||||
REQUIREMENTS = ['pyemby==1.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -512,7 +512,7 @@ pydroid-ipcam==0.8
|
|||
pyebox==0.1.0
|
||||
|
||||
# homeassistant.components.media_player.emby
|
||||
pyemby==1.1
|
||||
pyemby==1.2
|
||||
|
||||
# homeassistant.components.envisalink
|
||||
pyenvisalink==2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue