From 1db204577160e4b60ba2c7f13c5e9a3b99ffe581 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 9 Oct 2024 22:58:59 +0200 Subject: [PATCH] Fixed ZoneCooling might be empty dict on some systems --- custom_components/mypyllant/manifest.json | 4 ++-- dev-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/mypyllant/manifest.json b/custom_components/mypyllant/manifest.json index 3bd5c41..490802d 100644 --- a/custom_components/mypyllant/manifest.json +++ b/custom_components/mypyllant/manifest.json @@ -10,7 +10,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/signalkraft/mypyllant-component/issues", "requirements": [ - "myPyllant==0.8.28" + "myPyllant==0.8.29" ], - "version": "v0.8.14" + "version": "v0.8.15" } diff --git a/dev-requirements.txt b/dev-requirements.txt index 5b4a5e7..5be5f88 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -11,7 +11,7 @@ types-PyYAML~=6.0.12.20240311 # Need specific versions pytest-homeassistant-custom-component==0.13.142 -myPyllant==0.8.28 +myPyllant==0.8.29 # Versions handled by pytest-homeassistant-custom-component freezegun