From a9c41f76e3fbd6085857750928a3eb2de531bcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Tue, 5 Sep 2023 21:14:39 +0200 Subject: [PATCH] Bump millheater to 0.11.2 (#99683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update Mill lib Signed-off-by: Daniel Hjelseth Høyer --- 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 39b91570190..a1538bed5cf 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.1", "mill-local==0.3.0"] + "requirements": ["millheater==0.11.2", "mill-local==0.3.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index ee6c41d839a..915d3eba8f6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1215,7 +1215,7 @@ micloud==0.5 mill-local==0.3.0 # homeassistant.components.mill -millheater==0.11.1 +millheater==0.11.2 # homeassistant.components.minio minio==7.1.12 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e89813d102e..2afa9594b64 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -932,7 +932,7 @@ micloud==0.5 mill-local==0.3.0 # homeassistant.components.mill -millheater==0.11.1 +millheater==0.11.2 # homeassistant.components.minio minio==7.1.12