mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
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:
committed by
Fabian Affolter
parent
8f083e17f8
commit
4521d59bec
@@ -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
|
||||
|
Reference in New Issue
Block a user