From 674a59f138b8bda87b7f9e41121c472ec7500bc9 Mon Sep 17 00:00:00 2001 From: mvn23 Date: Sun, 24 Jul 2022 10:48:22 +0200 Subject: [PATCH] Update pyotgw to 2.0.1 (#75663) --- homeassistant/components/opentherm_gw/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/opentherm_gw/manifest.json b/homeassistant/components/opentherm_gw/manifest.json index dfb60413721..0bc69387d0b 100644 --- a/homeassistant/components/opentherm_gw/manifest.json +++ b/homeassistant/components/opentherm_gw/manifest.json @@ -2,7 +2,7 @@ "domain": "opentherm_gw", "name": "OpenTherm Gateway", "documentation": "https://www.home-assistant.io/integrations/opentherm_gw", - "requirements": ["pyotgw==2.0.0"], + "requirements": ["pyotgw==2.0.1"], "codeowners": ["@mvn23"], "config_flow": true, "iot_class": "local_push", diff --git a/requirements_all.txt b/requirements_all.txt index 1ca6064c4f5..f33648aec8a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1715,7 +1715,7 @@ pyopnsense==0.2.0 pyoppleio==1.0.5 # homeassistant.components.opentherm_gw -pyotgw==2.0.0 +pyotgw==2.0.1 # homeassistant.auth.mfa_modules.notify # homeassistant.auth.mfa_modules.totp diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 54418e06eb7..6e11f13233e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1167,7 +1167,7 @@ pyopenuv==2022.04.0 pyopnsense==0.2.0 # homeassistant.components.opentherm_gw -pyotgw==2.0.0 +pyotgw==2.0.1 # homeassistant.auth.mfa_modules.notify # homeassistant.auth.mfa_modules.totp