Upgrade python-twitch-client to 0.6.0 (#16602)
This commit is contained in:
parent
72e746d240
commit
481f6e09fa
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
import homeassistant.helpers.config_validation as cv
|
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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
|
||||||
client.ingests.get_server_list()
|
client.ingests.get_server_list()
|
||||||
except HTTPError:
|
except HTTPError:
|
||||||
_LOGGER.error("Client ID is not valid")
|
_LOGGER.error("Client ID is not valid")
|
||||||
return False
|
return
|
||||||
|
|
||||||
users = client.users.translate_usernames_to_ids(channels)
|
users = client.users.translate_usernames_to_ids(channels)
|
||||||
|
|
||||||
|
|
|
@ -1154,7 +1154,7 @@ python-tado==0.2.3
|
||||||
python-telegram-bot==11.0.0
|
python-telegram-bot==11.0.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.twitch
|
# homeassistant.components.sensor.twitch
|
||||||
python-twitch-client==0.5.1
|
python-twitch-client==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.velbus
|
# homeassistant.components.velbus
|
||||||
python-velbus==2.0.19
|
python-velbus==2.0.19
|
||||||
|
|
Loading…
Add table
Reference in a new issue