Use ha-av instead of av and bump to v9.1.1-3 (#69974)
parent
36bb947cdf
commit
44e9146463
|
@ -2,7 +2,7 @@
|
|||
"domain": "generic",
|
||||
"name": "Generic Camera",
|
||||
"config_flow": true,
|
||||
"requirements": ["av==8.1.0", "pillow==9.0.1"],
|
||||
"requirements": ["ha-av==9.1.1-3", "pillow==9.0.1"],
|
||||
"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", "av==8.1.0"],
|
||||
"requirements": ["PyTurboJPEG==1.6.6", "ha-av==9.1.1-3"],
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
|
||||
"quality_scale": "internal",
|
||||
|
|
|
@ -347,10 +347,6 @@ auroranoaa==0.0.2
|
|||
# homeassistant.components.aurora_abb_powerone
|
||||
aurorapy==0.2.6
|
||||
|
||||
# homeassistant.components.generic
|
||||
# homeassistant.components.stream
|
||||
av==8.1.0
|
||||
|
||||
# homeassistant.components.avea
|
||||
# avea==1.5.1
|
||||
|
||||
|
@ -763,6 +759,10 @@ 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
|
||||
|
||||
|
|
|
@ -277,10 +277,6 @@ auroranoaa==0.0.2
|
|||
# homeassistant.components.aurora_abb_powerone
|
||||
aurorapy==0.2.6
|
||||
|
||||
# homeassistant.components.generic
|
||||
# homeassistant.components.stream
|
||||
av==8.1.0
|
||||
|
||||
# homeassistant.components.axis
|
||||
axis==44
|
||||
|
||||
|
@ -536,6 +532,10 @@ 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…
Reference in New Issue