From e698fc25534c278b2dec16d02a06cb79a8cc70aa Mon Sep 17 00:00:00 2001
From: mvn23 <schopdiedwaas@gmail.com>
Date: Wed, 7 Nov 2018 09:55:22 +0100
Subject: [PATCH] Bump pyotgw to 0.3b1 (#18286)

* Bump pyotgw to 0.3b1

* Update requirements_all.txt
---
 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 3cf66c72a3a..06dcd0e19b0 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.3b0']
+REQUIREMENTS = ['pyotgw==0.3b1']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index 33bad26ab3f..80862b0f604 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1057,7 +1057,7 @@ pyoppleio==1.0.5
 pyota==2.0.5
 
 # homeassistant.components.opentherm_gw
-pyotgw==0.3b0
+pyotgw==0.3b1
 
 # homeassistant.auth.mfa_modules.notify
 # homeassistant.auth.mfa_modules.totp