Skip to content

Commit

Permalink
bump watefurnace version to 1.1.0 (home-assistant#19847)
Browse files Browse the repository at this point in the history
There is better retry logic in the new library to handle login faults.
  • Loading branch information
sdague authored and balloob committed Jan 7, 2019
1 parent 0af635e commit 9cdfa77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/waterfurnace.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from homeassistant.helpers import discovery


REQUIREMENTS = ["waterfurnace==1.0.0"]
REQUIREMENTS = ["waterfurnace==1.1.0"]

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cdfa77

Please sign in to comment.