bump watefurnace version to 1.1.0 (#19847)
There is better retry logic in the new library to handle login faults.pull/19850/head
parent
0af635e8d7
commit
9cdfa77a21
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue