From 881707e1fe8f77c959ebdbfbef1a0d1ba4e42f99 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Tue, 6 Feb 2024 22:06:59 +0100 Subject: [PATCH] Update nibe to 2.8.0 with LOG.SET fixes (#109825) Update nibe to 2.8.0 --- homeassistant/components/nibe_heatpump/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/nibe_heatpump/manifest.json b/homeassistant/components/nibe_heatpump/manifest.json index c5c94145e4b..970f53837ea 100644 --- a/homeassistant/components/nibe_heatpump/manifest.json +++ b/homeassistant/components/nibe_heatpump/manifest.json @@ -5,5 +5,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/nibe_heatpump", "iot_class": "local_polling", - "requirements": ["nibe==2.7.0"] + "requirements": ["nibe==2.8.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index e6183e425b1..170c0331f3d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1367,7 +1367,7 @@ nextcord==2.0.0a8 nextdns==2.1.0 # homeassistant.components.nibe_heatpump -nibe==2.7.0 +nibe==2.8.0 # homeassistant.components.niko_home_control niko-home-control==0.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8bb6cd57486..a61c494026b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1094,7 +1094,7 @@ nextcord==2.0.0a8 nextdns==2.1.0 # homeassistant.components.nibe_heatpump -nibe==2.7.0 +nibe==2.8.0 # homeassistant.components.nfandroidtv notifications-android-tv==0.1.5