From 9cdfa77a216a06e46790b489b121eaf0bdc2bb4e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 7 Jan 2019 11:36:02 -0500 Subject: [PATCH] bump watefurnace version to 1.1.0 (#19847) There is better retry logic in the new library to handle login faults. --- homeassistant/components/waterfurnace.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/waterfurnace.py b/homeassistant/components/waterfurnace.py index 0947afea141..bbae6170048 100644 --- a/homeassistant/components/waterfurnace.py +++ b/homeassistant/components/waterfurnace.py @@ -19,7 +19,7 @@ from homeassistant.helpers import config_validation as cv from homeassistant.helpers import discovery -REQUIREMENTS = ["waterfurnace==1.0.0"] +REQUIREMENTS = ["waterfurnace==1.1.0"] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 1cc6f37ee0d..82e96c0dcf4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1680,7 +1680,7 @@ warrant==0.6.1 watchdog==0.8.3 # homeassistant.components.waterfurnace -waterfurnace==1.0.0 +waterfurnace==1.1.0 # homeassistant.components.media_player.gpmdp websocket-client==0.54.0