mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Switch from pysuez to pysuezV2 in Suez Water (#127113)
This commit is contained in:
parent
a5493f7947
commit
66a7b508b2
@ -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
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user