From e618e029287a2cc9d1658646047b372f59f7801f Mon Sep 17 00:00:00 2001 From: Helge Titlestad Date: Tue, 5 Nov 2024 00:33:51 +0100 Subject: [PATCH] Issue #438: Pin version of nordpool package Apparently the nordpool package introduced a backwards incompatibility in the 0.4.3 minor version. This just pins the package to version 0.4.2. --- custom_components/nordpool/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/nordpool/manifest.json b/custom_components/nordpool/manifest.json index f4dcad4..6d8f150 100644 --- a/custom_components/nordpool/manifest.json +++ b/custom_components/nordpool/manifest.json @@ -13,7 +13,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/custom-components/nordpool/issues", "requirements": [ - "nordpool>=0.2", + "nordpool==0.4.2", "backoff" ], "version": "0.0.16"