Bump pysuez to 0.2.0 (#104338)
This commit is contained in:
parent
32aa1aaec2
commit
a91fad47bc
3 changed files with 3 additions and 3 deletions
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/suez_water",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pysuez", "regex"],
|
||||
"requirements": ["pysuez==0.1.19"]
|
||||
"requirements": ["pysuez==0.2.0"]
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ def setup_platform(
|
|||
password = config[CONF_PASSWORD]
|
||||
counter_id = config[CONF_COUNTER_ID]
|
||||
try:
|
||||
client = SuezClient(username, password, counter_id)
|
||||
client = SuezClient(username, password, counter_id, provider=None)
|
||||
|
||||
if not client.check_credentials():
|
||||
_LOGGER.warning("Wrong username and/or password")
|
||||
|
|
|
@ -2089,7 +2089,7 @@ pysqueezebox==0.6.3
|
|||
pystiebeleltron==0.0.1.dev2
|
||||
|
||||
# homeassistant.components.suez_water
|
||||
pysuez==0.1.19
|
||||
pysuez==0.2.0
|
||||
|
||||
# homeassistant.components.switchbee
|
||||
pyswitchbee==1.8.0
|
||||
|
|
Loading…
Add table
Reference in a new issue