diff --git a/homeassistant/components/media_player/emby.py b/homeassistant/components/media_player/emby.py index 7fc18ef8fee49..9f9e9e19dfe8f 100644 --- a/homeassistant/components/media_player/emby.py +++ b/homeassistant/components/media_player/emby.py @@ -21,7 +21,7 @@ import homeassistant.helpers.config_validation as cv import homeassistant.util.dt as dt_util -REQUIREMENTS = ['pyemby==1.2'] +REQUIREMENTS = ['pyemby==1.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 77719422c0ba1..fc61c6b4a738f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -538,7 +538,7 @@ pyebox==0.1.0 pyeight==0.0.7 # homeassistant.components.media_player.emby -pyemby==1.2 +pyemby==1.3 # homeassistant.components.envisalink pyenvisalink==2.1