mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Revert webrtc to 1.2.3 (#121561)
This commit is contained in:
parent
45843a3112
commit
6e85f09722
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/assist_pipeline",
|
"documentation": "https://www.home-assistant.io/integrations/assist_pipeline",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": ["webrtc-noise-gain==1.2.5"]
|
"requirements": ["webrtc-noise-gain==1.2.3"]
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,7 @@ urllib3>=1.26.5,<2
|
|||||||
voluptuous-openapi==0.0.4
|
voluptuous-openapi==0.0.4
|
||||||
voluptuous-serialize==2.6.0
|
voluptuous-serialize==2.6.0
|
||||||
voluptuous==0.15.2
|
voluptuous==0.15.2
|
||||||
webrtc-noise-gain==1.2.5
|
webrtc-noise-gain==1.2.3
|
||||||
yarl==1.9.4
|
yarl==1.9.4
|
||||||
zeroconf==0.132.2
|
zeroconf==0.132.2
|
||||||
|
|
||||||
|
@ -2881,7 +2881,7 @@ weatherflow4py==0.2.21
|
|||||||
webmin-xmlrpc==0.0.2
|
webmin-xmlrpc==0.0.2
|
||||||
|
|
||||||
# homeassistant.components.assist_pipeline
|
# homeassistant.components.assist_pipeline
|
||||||
webrtc-noise-gain==1.2.5
|
webrtc-noise-gain==1.2.3
|
||||||
|
|
||||||
# homeassistant.components.whirlpool
|
# homeassistant.components.whirlpool
|
||||||
whirlpool-sixth-sense==0.18.8
|
whirlpool-sixth-sense==0.18.8
|
||||||
|
@ -2243,7 +2243,7 @@ weatherflow4py==0.2.21
|
|||||||
webmin-xmlrpc==0.0.2
|
webmin-xmlrpc==0.0.2
|
||||||
|
|
||||||
# homeassistant.components.assist_pipeline
|
# homeassistant.components.assist_pipeline
|
||||||
webrtc-noise-gain==1.2.5
|
webrtc-noise-gain==1.2.3
|
||||||
|
|
||||||
# homeassistant.components.whirlpool
|
# homeassistant.components.whirlpool
|
||||||
whirlpool-sixth-sense==0.18.8
|
whirlpool-sixth-sense==0.18.8
|
||||||
|
@ -172,6 +172,7 @@ EXCEPTIONS = {
|
|||||||
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
|
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
|
||||||
"tellduslive", # https://github.com/molobrakos/tellduslive/pull/24
|
"tellduslive", # https://github.com/molobrakos/tellduslive/pull/24
|
||||||
"tellsticknet", # https://github.com/molobrakos/tellsticknet/pull/33
|
"tellsticknet", # https://github.com/molobrakos/tellsticknet/pull/33
|
||||||
|
"webrtc_noise_gain", # https://github.com/rhasspy/webrtc-noise-gain/pull/24
|
||||||
"vincenty", # Public domain
|
"vincenty", # Public domain
|
||||||
"zeversolar", # https://github.com/kvanzuijlen/zeversolar/pull/46
|
"zeversolar", # https://github.com/kvanzuijlen/zeversolar/pull/46
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user