Use av instead of ha-av (#70885)
This commit is contained in:
parent
c0d8f94487
commit
06c80e454b
4 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "generic",
|
||||
"name": "Generic Camera",
|
||||
"config_flow": true,
|
||||
"requirements": ["ha-av==9.1.1-3", "pillow==9.1.0"],
|
||||
"requirements": ["av==9.2.0", "pillow==9.1.0"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/generic",
|
||||
"codeowners": ["@davet2001"],
|
||||
"iot_class": "local_push"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "stream",
|
||||
"name": "Stream",
|
||||
"documentation": "https://www.home-assistant.io/integrations/stream",
|
||||
"requirements": ["PyTurboJPEG==1.6.6", "ha-av==9.1.1-3"],
|
||||
"requirements": ["PyTurboJPEG==1.6.6", "av==9.2.0"],
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
|
||||
"quality_scale": "internal",
|
||||
|
|
|
@ -356,6 +356,10 @@ auroranoaa==0.0.2
|
|||
# homeassistant.components.aurora_abb_powerone
|
||||
aurorapy==0.2.6
|
||||
|
||||
# homeassistant.components.generic
|
||||
# homeassistant.components.stream
|
||||
av==9.2.0
|
||||
|
||||
# homeassistant.components.avea
|
||||
# avea==1.5.1
|
||||
|
||||
|
@ -769,10 +773,6 @@ gstreamer-player==1.1.2
|
|||
# homeassistant.components.profiler
|
||||
guppy3==3.1.2
|
||||
|
||||
# homeassistant.components.generic
|
||||
# homeassistant.components.stream
|
||||
ha-av==9.1.1-3
|
||||
|
||||
# homeassistant.components.ffmpeg
|
||||
ha-ffmpeg==3.0.2
|
||||
|
||||
|
|
|
@ -286,6 +286,10 @@ auroranoaa==0.0.2
|
|||
# homeassistant.components.aurora_abb_powerone
|
||||
aurorapy==0.2.6
|
||||
|
||||
# homeassistant.components.generic
|
||||
# homeassistant.components.stream
|
||||
av==9.2.0
|
||||
|
||||
# homeassistant.components.axis
|
||||
axis==44
|
||||
|
||||
|
@ -542,10 +546,6 @@ growattServer==1.1.0
|
|||
# homeassistant.components.profiler
|
||||
guppy3==3.1.2
|
||||
|
||||
# homeassistant.components.generic
|
||||
# homeassistant.components.stream
|
||||
ha-av==9.1.1-3
|
||||
|
||||
# homeassistant.components.ffmpeg
|
||||
ha-ffmpeg==3.0.2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue