Switch from pysuez to pysuezV2 in Suez Water (#127113)

This commit is contained in:
jb101010-2 2024-10-24 12:36:36 +02:00 committed by GitHub
parent a5493f7947
commit 66a7b508b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -1412,8 +1412,8 @@ build.json @home-assistant/supervisor
/tests/components/stt/ @home-assistant/core
/homeassistant/components/subaru/ @G-Two
/tests/components/subaru/ @G-Two
/homeassistant/components/suez_water/ @ooii
/tests/components/suez_water/ @ooii
/homeassistant/components/suez_water/ @ooii @jb101010-2
/tests/components/suez_water/ @ooii @jb101010-2
/homeassistant/components/sun/ @Swamp-Ig
/tests/components/sun/ @Swamp-Ig
/homeassistant/components/sunweg/ @rokam

View File

@ -1,10 +1,10 @@
{
"domain": "suez_water",
"name": "Suez Water",
"codeowners": ["@ooii"],
"codeowners": ["@ooii", "@jb101010-2"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/suez_water",
"iot_class": "cloud_polling",
"loggers": ["pysuez", "regex"],
"requirements": ["pysuez==0.2.0"]
"requirements": ["pysuezV2==0.2.1"]
}

View File

@ -2275,7 +2275,7 @@ pysqueezebox==0.10.0
pystiebeleltron==0.0.1.dev2
# homeassistant.components.suez_water
pysuez==0.2.0
pysuezV2==0.2.1
# homeassistant.components.switchbee
pyswitchbee==1.8.3

View File

@ -1826,7 +1826,7 @@ pyspeex-noise==1.0.2
pysqueezebox==0.10.0
# homeassistant.components.suez_water
pysuez==0.2.0
pysuezV2==0.2.1
# homeassistant.components.switchbee
pyswitchbee==1.8.3