Upgrade python-twitch-client to 0.6.0 (#16602)

This commit is contained in:
Fabian Affolter 2018-09-14 12:08:33 +02:00 committed by Pascal Vizeli
parent 72e746d240
commit 481f6e09fa
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['python-twitch-client==0.5.1']
REQUIREMENTS = ['python-twitch-client==0.6.0']
_LOGGER = logging.getLogger(__name__)
@ -45,7 +45,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
client.ingests.get_server_list()
except HTTPError:
_LOGGER.error("Client ID is not valid")
return False
return
users = client.users.translate_usernames_to_ids(channels)

View file

@ -1154,7 +1154,7 @@ python-tado==0.2.3
python-telegram-bot==11.0.0
# homeassistant.components.sensor.twitch
python-twitch-client==0.5.1
python-twitch-client==0.6.0
# homeassistant.components.velbus
python-velbus==2.0.19