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:
Marc Mueller
2021-07-10 22:58:37 +02:00
committed by GitHub
parent dd648f5c9c
commit b5cec353cc
2 changed files with 5 additions and 3 deletions

View File

@@ -32,7 +32,9 @@ load-plugins = [
"hass_logger",
]
persistent = false
extension-pkg-whitelist = [
extension-pkg-allow-list = [
"av.audio.stream",
"av.stream",
"ciso8601",
"cv2",
]