Upgrade emulated_roku to 0.1.8 to fix invalid encodings, fixes #20388 (#20390)

This commit is contained in:
mindigmarton 2019-01-24 22:51:15 +01:00 committed by Fabian Affolter
parent 70c5807976
commit 68bd5f5df8
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ from .const import (
CONF_ADVERTISE_IP, CONF_ADVERTISE_PORT, CONF_HOST_IP, CONF_LISTEN_PORT,
CONF_SERVERS, CONF_UPNP_BIND_MULTICAST, DOMAIN)
REQUIREMENTS = ['emulated_roku==0.1.7']
REQUIREMENTS = ['emulated_roku==0.1.8']
SERVER_CONFIG_SCHEMA = vol.Schema({
vol.Required(CONF_NAME): cv.string,

View File

@ -358,7 +358,7 @@ eliqonline==1.2.2
elkm1-lib==0.7.13
# homeassistant.components.emulated_roku
emulated_roku==0.1.7
emulated_roku==0.1.8
# homeassistant.components.enocean
enocean==0.40

View File

@ -65,7 +65,7 @@ dsmr_parser==0.12
eebrightbox==0.0.4
# homeassistant.components.emulated_roku
emulated_roku==0.1.7
emulated_roku==0.1.8
# homeassistant.components.sensor.entur_public_transport
enturclient==0.1.3