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", "documentation": "https://www.home-assistant.io/integrations/suez_water",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["pysuez", "regex"], "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] password = config[CONF_PASSWORD]
counter_id = config[CONF_COUNTER_ID] counter_id = config[CONF_COUNTER_ID]
try: try:
client = SuezClient(username, password, counter_id) client = SuezClient(username, password, counter_id, provider=None)
if not client.check_credentials(): if not client.check_credentials():
_LOGGER.warning("Wrong username and/or password") _LOGGER.warning("Wrong username and/or password")

View File

@ -2089,7 +2089,7 @@ pysqueezebox==0.6.3
pystiebeleltron==0.0.1.dev2 pystiebeleltron==0.0.1.dev2
# homeassistant.components.suez_water # homeassistant.components.suez_water
pysuez==0.1.19 pysuez==0.2.0
# homeassistant.components.switchbee # homeassistant.components.switchbee
pyswitchbee==1.8.0 pyswitchbee==1.8.0