From 635252ec8e89260e19ebcec0fdd900abfc605547 Mon Sep 17 00:00:00 2001 From: mvn23 Date: Wed, 2 Jan 2019 13:54:23 +0100 Subject: [PATCH] Bump pyotgw to 0.4b1 (#19715) --- homeassistant/components/opentherm_gw/__init__.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/opentherm_gw/__init__.py b/homeassistant/components/opentherm_gw/__init__.py index 06dcd0e19b0..cf74aae7577 100644 --- a/homeassistant/components/opentherm_gw/__init__.py +++ b/homeassistant/components/opentherm_gw/__init__.py @@ -104,7 +104,7 @@ CONFIG_SCHEMA = vol.Schema({ }), }, extra=vol.ALLOW_EXTRA) -REQUIREMENTS = ['pyotgw==0.3b1'] +REQUIREMENTS = ['pyotgw==0.4b1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 2b645e4b4e1..b77921c4a9b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1141,7 +1141,7 @@ pyoppleio==1.0.5 pyota==2.0.5 # homeassistant.components.opentherm_gw -pyotgw==0.3b1 +pyotgw==0.4b1 # homeassistant.auth.mfa_modules.notify # homeassistant.auth.mfa_modules.totp