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

Add support for statewide data for Flu Near You #19341

Merged
merged 4 commits into from
Dec 17, 2018

Conversation

bachya
Copy link
Contributor

@bachya bachya commented Dec 15, 2018

Description:

This PR bumps pyflunearyou to 1.0.0, which accomplishes the following:

  • Adds new attributes to each disease type sensor that lists statewide reports for that disease, both this week and last week.
  • Fixes a bug where certain latitudes/longitudes would throw unhandled exceptions.

Related issue (if applicable): fixes #19106

Pull request in home-assistant.io with documentation (if applicable): N/A

Example entry for configuration.yaml (if applicable):

sensor:
   - platform: flunearyou

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.

@bachya bachya merged commit cc90cba into home-assistant:dev Dec 17, 2018
@ghost ghost removed the in progress label Dec 17, 2018
@bachya bachya deleted the flunearyou-fix branch December 17, 2018 01:52
dshokouhi pushed a commit to dshokouhi/home-assistant that referenced this pull request Dec 25, 2018
* Initial changes

* Add support for state-wide data for Flu Near You

* Bumped requirements

* Member comments
@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.

The flunearyou sensor throws exceptions in HA 0.83.3
4 participants