Skip to content

Commit

Permalink
Fix noaa_coops pandas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jshufro committed Jun 9, 2023
1 parent e7a64df commit 533ff5e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions noaa_tides/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"version": "0.1.3",
"version": "0.1.6",
"domain": "noaa_tides",
"name": "NOAA Tides",
"documentation": "",
"requirements": ["noaa_coops>=0.1.8"],
"codeowners": []
"documentation": "https://github.com/jshufro/home_assistant_noaa_tides",
"iot_class": "cloud_polling",
"loggers": ["noaa_coops"],
"requirements": ["noaa_coops==0.1.9"],
"codeowners": ["[email protected]"]
}

0 comments on commit 533ff5e

Please sign in to comment.