Remove RTSPtoWebRTC (#144328)

This commit is contained in:
Robert Resch
2025-05-08 17:38:13 +02:00
committed by GitHub
parent 014c5dc764
commit 9e94e94075
17 changed files with 0 additions and 977 deletions

10
mypy.ini generated
View File

@@ -4096,16 +4096,6 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.rtsp_to_webrtc.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.russound_rio.*]
check_untyped_defs = true
disallow_incomplete_defs = true