From dc9da79a1c8c95a3553ef084e3c081172e1b6ee1 Mon Sep 17 00:00:00 2001 From: mvn23 <schopdiedwaas@gmail.com> Date: Sat, 29 Dec 2018 16:38:55 +0100 Subject: [PATCH] Revert "Bump pyotgw to 0.4b0 (#19618)" (#19635) This reverts commit dae4543e547685b684ee19e901f2674b122e5a2d. There's a bug in the new version of the library that may cause 100% CPU usage, rendering Home Assistant unresponsive. --- 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 1379a653a0f..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.4b0'] +REQUIREMENTS = ['pyotgw==0.3b1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 65c6370dac8..88ae52818f4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1132,7 +1132,7 @@ pyoppleio==1.0.5 pyota==2.0.5 # homeassistant.components.opentherm_gw -pyotgw==0.4b0 +pyotgw==0.3b1 # homeassistant.auth.mfa_modules.notify # homeassistant.auth.mfa_modules.totp -- GitLab