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

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

merged 1 commit into from
Dec 14, 2018

Conversation

hfurubotten
Copy link
Contributor

@hfurubotten hfurubotten commented Dec 13, 2018

Description:

Upgraded enturclient to 0.1.2 which has fix for an exception raised during setup when only *:Quay:* stop ids are given in default config.

(Temporary fix has been setting expand_platforms: false in config. )

Related issue (if applicable): fixes #19232

Example entry for configuration.yaml (if applicable):

# This config fails, but will be fixed now. 
- platform: entur_public_transport
  expand_platforms: true
  stop_ids:
    - 'NSR:Quay:12089'
    - 'NSR:Quay:11976'

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.

If the code communicates with devices, web services, or third-party tools:

  • New dependencies have been added to the REQUIREMENTS variable (example).
  • New dependencies are only imported inside functions that use them (example).
  • New or updated dependencies have been added to requirements_all.txt by running script/gen_requirements_all.py.

@Danielhiversen Danielhiversen merged commit ddbfdf1 into home-assistant:dev Dec 14, 2018
@ghost ghost removed the in progress label Dec 14, 2018
dshokouhi pushed a commit to dshokouhi/home-assistant that referenced this pull request Dec 25, 2018
@balloob balloob mentioned this pull request Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

entur_public_transport - fails if no "StopPlace" defined
4 participants