bump watefurnace version to 1.1.0 (#19847)

There is better retry logic in the new library to handle login faults.
pull/19850/head
Sean Dague 2019-01-07 11:36:02 -05:00 committed by Paulus Schoutsen
parent 0af635e8d7
commit 9cdfa77a21
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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