diff --git a/homeassistant/components/suez_water/manifest.json b/homeassistant/components/suez_water/manifest.json index 15c346fadab..3da91c4aa52 100644 --- a/homeassistant/components/suez_water/manifest.json +++ b/homeassistant/components/suez_water/manifest.json @@ -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"] } diff --git a/homeassistant/components/suez_water/sensor.py b/homeassistant/components/suez_water/sensor.py index 43075276be6..d0c1bba211e 100644 --- a/homeassistant/components/suez_water/sensor.py +++ b/homeassistant/components/suez_water/sensor.py @@ -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") diff --git a/requirements_all.txt b/requirements_all.txt index b090f5ff6b0..2c2e6fd88ef 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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