From 2a84c4d9afdf2173f2f379044d2c9e680e249dde Mon Sep 17 00:00:00 2001 From: Peter <40281772+petergridge@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:14:18 +1100 Subject: [PATCH] V2.0.13 Added requirement for pyowm. --- custom_components/openweathermaphistory/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/openweathermaphistory/manifest.json b/custom_components/openweathermaphistory/manifest.json index d4aeb6c..58da6db 100644 --- a/custom_components/openweathermaphistory/manifest.json +++ b/custom_components/openweathermaphistory/manifest.json @@ -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" } \ No newline at end of file