mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
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:
committed by
Fabian Affolter
parent
4ad76d8916
commit
4155e8a31f
@@ -34,6 +34,7 @@ COMMENT_REQUIREMENTS = (
|
||||
'credstash',
|
||||
'bme680',
|
||||
'homekit',
|
||||
'py_noaa',
|
||||
)
|
||||
|
||||
TEST_REQUIREMENTS = (
|
||||
|
||||
Reference in New Issue
Block a user