mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Set log level for libav.mp4 in stream (#39719)
Also add @uvjustin to codeowners
This commit is contained in:
parent
878347243d
commit
c9a4deb118
@ -408,7 +408,7 @@ homeassistant/components/starline/* @anonym-tsk
|
|||||||
homeassistant/components/statistics/* @fabaff
|
homeassistant/components/statistics/* @fabaff
|
||||||
homeassistant/components/stiebel_eltron/* @fucm
|
homeassistant/components/stiebel_eltron/* @fucm
|
||||||
homeassistant/components/stookalert/* @fwestenberg
|
homeassistant/components/stookalert/* @fwestenberg
|
||||||
homeassistant/components/stream/* @hunterjm
|
homeassistant/components/stream/* @hunterjm @uvjustin
|
||||||
homeassistant/components/stt/* @pvizeli
|
homeassistant/components/stt/* @pvizeli
|
||||||
homeassistant/components/suez_water/* @ooii
|
homeassistant/components/suez_water/* @ooii
|
||||||
homeassistant/components/sun/* @Swamp-Ig
|
homeassistant/components/sun/* @Swamp-Ig
|
||||||
|
@ -82,6 +82,7 @@ async def async_setup(hass, config):
|
|||||||
"""Set up stream."""
|
"""Set up stream."""
|
||||||
# Set log level to error for libav
|
# Set log level to error for libav
|
||||||
logging.getLogger("libav").setLevel(logging.ERROR)
|
logging.getLogger("libav").setLevel(logging.ERROR)
|
||||||
|
logging.getLogger("libav.mp4").setLevel(logging.ERROR)
|
||||||
|
|
||||||
# Keep import here so that we can import stream integration without installing reqs
|
# Keep import here so that we can import stream integration without installing reqs
|
||||||
# pylint: disable=import-outside-toplevel
|
# pylint: disable=import-outside-toplevel
|
||||||
|
@ -4,6 +4,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/stream",
|
"documentation": "https://www.home-assistant.io/integrations/stream",
|
||||||
"requirements": ["av==8.0.2"],
|
"requirements": ["av==8.0.2"],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": ["@hunterjm"],
|
"codeowners": ["@hunterjm", "@uvjustin"],
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user