Bump waterfurnace library to 0.3.0 (#11888)
Fixes in the library to handle transaction id which has to roll over otherwise the server gets confused.
This commit is contained in:
parent
8f083e17f8
commit
4521d59bec
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ from homeassistant.core import callback
|
|||
from homeassistant.helpers import config_validation as cv
|
||||
from homeassistant.helpers import discovery
|
||||
|
||||
REQUIREMENTS = ["waterfurnace==0.2.0"]
|
||||
REQUIREMENTS = ["waterfurnace==0.3.0"]
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1200,7 +1200,7 @@ waqiasync==1.0.0
|
|||
warrant==0.6.1
|
||||
|
||||
# homeassistant.components.waterfurnace
|
||||
waterfurnace==0.2.0
|
||||
waterfurnace==0.3.0
|
||||
|
||||
# homeassistant.components.media_player.gpmdp
|
||||
websocket-client==0.37.0
|
||||
|
|
Loading…
Add table
Reference in a new issue