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