Bump pysuez to 0.2.0 (#104338)

This commit is contained in:
nachonam 2023-11-23 08:57:15 +01:00 committed by GitHub
parent 32aa1aaec2
commit a91fad47bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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"]
}

View file

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

View file

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