mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Bump pysuez to 0.2.0 (#104338)
This commit is contained in:
parent
32aa1aaec2
commit
a91fad47bc
@ -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"]
|
||||||
}
|
}
|
||||||
|
@ -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")
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user