Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for entur sensor exception during setup with quay only config #19267

Merged
merged 1 commit into from
Dec 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from homeassistant.util import Throttle
import homeassistant.util.dt as dt_util

REQUIREMENTS = ['enturclient==0.1.0']
REQUIREMENTS = ['enturclient==0.1.2']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ elkm1-lib==0.7.13
enocean==0.40

# homeassistant.components.sensor.entur_public_transport
enturclient==0.1.0
enturclient==0.1.2

# homeassistant.components.sensor.envirophat
# envirophat==0.0.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ defusedxml==0.5.0
dsmr_parser==0.12

# homeassistant.components.sensor.entur_public_transport
enturclient==0.1.0
enturclient==0.1.2

# homeassistant.components.sensor.season
ephem==3.7.6.0
Expand Down