Fix pylint issue with stream component c-extension (#52847)
* Rename 'extension-pkg-whitelist' setting to 'extension-pkg-allow-list' * Add 'av.stream' and 'av.audio.stream' * Replace 'Any' type hint
This commit is contained in:
@@ -32,7 +32,9 @@ load-plugins = [
|
||||
"hass_logger",
|
||||
]
|
||||
persistent = false
|
||||
extension-pkg-whitelist = [
|
||||
extension-pkg-allow-list = [
|
||||
"av.audio.stream",
|
||||
"av.stream",
|
||||
"ciso8601",
|
||||
"cv2",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user