mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 21:37:07 +00:00
Use ha-av instead of av and bump to v10.0.0b3 (#73789)
* Use ha-av instead of av and bump to v10.0.0b1 * Change generic * Use v10.0.0b2 * Use v10.0.0b3
This commit is contained in:
parent
31af4b709e
commit
03246d2649
@ -2,7 +2,7 @@
|
||||
"domain": "generic",
|
||||
"name": "Generic Camera",
|
||||
"config_flow": true,
|
||||
"requirements": ["av==9.2.0", "pillow==9.1.1"],
|
||||
"requirements": ["ha-av==10.0.0b3", "pillow==9.1.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==9.2.0"],
|
||||
"requirements": ["PyTurboJPEG==1.6.6", "ha-av==10.0.0b3"],
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
|
||||
"quality_scale": "internal",
|
||||
|
@ -356,10 +356,6 @@ auroranoaa==0.0.2
|
||||
# homeassistant.components.aurora_abb_powerone
|
||||
aurorapy==0.2.7
|
||||
|
||||
# homeassistant.components.generic
|
||||
# homeassistant.components.stream
|
||||
av==9.2.0
|
||||
|
||||
# homeassistant.components.avea
|
||||
# avea==1.5.1
|
||||
|
||||
@ -779,6 +775,10 @@ gstreamer-player==1.1.2
|
||||
# homeassistant.components.profiler
|
||||
guppy3==3.1.2
|
||||
|
||||
# homeassistant.components.generic
|
||||
# homeassistant.components.stream
|
||||
ha-av==10.0.0b3
|
||||
|
||||
# homeassistant.components.ffmpeg
|
||||
ha-ffmpeg==3.0.2
|
||||
|
||||
|
@ -292,10 +292,6 @@ auroranoaa==0.0.2
|
||||
# homeassistant.components.aurora_abb_powerone
|
||||
aurorapy==0.2.7
|
||||
|
||||
# homeassistant.components.generic
|
||||
# homeassistant.components.stream
|
||||
av==9.2.0
|
||||
|
||||
# homeassistant.components.axis
|
||||
axis==44
|
||||
|
||||
@ -558,6 +554,10 @@ growattServer==1.2.2
|
||||
# homeassistant.components.profiler
|
||||
guppy3==3.1.2
|
||||
|
||||
# homeassistant.components.generic
|
||||
# homeassistant.components.stream
|
||||
ha-av==10.0.0b3
|
||||
|
||||
# homeassistant.components.ffmpeg
|
||||
ha-ffmpeg==3.0.2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user