From 9ceeadc7152acab0035936eefa3ef47476587272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Wed, 13 Sep 2023 21:09:29 +0200 Subject: [PATCH] Update Mill library to 0.11.5, handle rate limiting (#100315) --- 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 a1538bed5cf..561a24c29df 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.2", "mill-local==0.3.0"] + "requirements": ["millheater==0.11.5", "mill-local==0.3.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index e077804a718..1c4ef579020 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1217,7 +1217,7 @@ micloud==0.5 mill-local==0.3.0 # homeassistant.components.mill -millheater==0.11.2 +millheater==0.11.5 # homeassistant.components.minio minio==7.1.12 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 71bcf0a2a19..fa126b6feb8 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -937,7 +937,7 @@ micloud==0.5 mill-local==0.3.0 # homeassistant.components.mill -millheater==0.11.2 +millheater==0.11.5 # homeassistant.components.minio minio==7.1.12