Skip to content

Commit

Permalink
V2.0.13
Browse files Browse the repository at this point in the history
Added requirement for pyowm.
  • Loading branch information
petergridge authored Feb 21, 2024
1 parent a64adff commit 2a84c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/openweathermaphistory/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"name": "OpenWeatherMap History",
"codeowners": ["@petergridge"],
"config_flow": true,
"dependencies": ["lovelace","pyowm"],
"dependencies": ["lovelace"],
"documentation": "https://github.com/petergridge/openweathermaphistory",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/petergridge/openweathermaphistory/issues",
"requirements": [],
"requirements": ["pyowm==3.2.0"],
"version": "2.0.12"
}

0 comments on commit 2a84c4d

Please sign in to comment.