Update pyEmby to fix media images (#8331)

This commit is contained in:
John Mihalic 2017-07-04 02:02:29 -04:00 committed by Pascal Vizeli
parent 7977996c0d
commit f8527e9773
2 changed files with 2 additions and 2 deletions

View file

@ -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.3']
REQUIREMENTS = ['pyemby==1.4']
_LOGGER = logging.getLogger(__name__)

View file

@ -549,7 +549,7 @@ pyebox==0.1.0
pyeight==0.0.7
# homeassistant.components.media_player.emby
pyemby==1.3
pyemby==1.4
# homeassistant.components.envisalink
pyenvisalink==2.1