From fb4e93071ec891b04d01ea25cda08ee730be6327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Wed, 30 Aug 2023 06:03:56 +0200 Subject: [PATCH] Update Mill lib, improve error handling (#99296) --- homeassistant/components/mill/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/mill/manifest.json b/homeassistant/components/mill/manifest.json index 66a358648fd..b2dbf993dae 100644 --- a/homeassistant/components/mill/manifest.json +++ b/homeassistant/components/mill/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/mill", "iot_class": "local_polling", "loggers": ["mill", "mill_local"], - "requirements": ["millheater==0.11.0", "mill-local==0.2.0"] + "requirements": ["millheater==0.11.1", "mill-local==0.2.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 14ecb74f0aa..9705e49d6c8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1213,7 +1213,7 @@ micloud==0.5 mill-local==0.2.0 # homeassistant.components.mill -millheater==0.11.0 +millheater==0.11.1 # homeassistant.components.minio minio==7.1.12 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c377616a49e..a9bcaf2761a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -927,7 +927,7 @@ micloud==0.5 mill-local==0.2.0 # homeassistant.components.mill -millheater==0.11.0 +millheater==0.11.1 # homeassistant.components.minio minio==7.1.12