diff --git a/homeassistant/components/sensor/swiss_public_transport.py b/homeassistant/components/sensor/swiss_public_transport.py index 973eac0bdde..40b77d278af 100644 --- a/homeassistant/components/sensor/swiss_public_transport.py +++ b/homeassistant/components/sensor/swiss_public_transport.py @@ -17,7 +17,7 @@ from homeassistant.const import CONF_NAME, ATTR_ATTRIBUTION from homeassistant.helpers.entity import Entity from homeassistant.helpers.aiohttp_client import async_get_clientsession -REQUIREMENTS = ['python_opendata_transport==0.0.2'] +REQUIREMENTS = ['python_opendata_transport==0.0.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 0f3d75f4034..2370b79a2ea 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -859,7 +859,7 @@ python-vlc==1.1.2 python-wink==1.7.0 # homeassistant.components.sensor.swiss_public_transport -python_opendata_transport==0.0.2 +python_opendata_transport==0.0.3 # homeassistant.components.zwave python_openzwave==0.4.0.35