mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Update Emby for aiohttp v2 (#6981)
This commit is contained in:
parent
64174f5763
commit
ad8ee1383c
@ -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…
x
Reference in New Issue
Block a user