Add support for NOAA tide information (new PR) (#15947)

* Adding noaa-tides changes to new branch.

* Fix typo in .coverageac

* Incorporate @MartinHjelmare and @fabaff changes.

* Disable pylint error and add error message for unavailable station.

* Two spaces before inline comments

* Increment py_noaa version to 0.3.0

* Updated requirements.py

* Minor changes
This commit is contained in:
JC Connell 2018-08-22 18:21:46 -04:00 committed by Fabian Affolter
parent 4ad76d8916
commit 4155e8a31f
4 changed files with 143 additions and 0 deletions

View file

@ -34,6 +34,7 @@ COMMENT_REQUIREMENTS = (
'credstash',
'bme680',
'homekit',
'py_noaa',
)
TEST_REQUIREMENTS = (