Initial TapoCamera support (#1165)

Adds experimental support for the Tapo Camera protocol also used by the H200 hub.
Creates a new SslAesTransport and a derived SmartCamera and SmartCameraProtocol.
This commit is contained in:
Steven B.
2024-10-16 16:53:52 +01:00
committed by GitHub
parent 380fbb93c3
commit dcc36e1dfe
13 changed files with 770 additions and 11 deletions

View File

@@ -85,7 +85,10 @@ exclude = [
[tool.coverage.run]
source = ["kasa"]
branch = true
omit = ["kasa/tests/*"]
omit = [
"kasa/tests/*",
"kasa/experimental/*"
]
[tool.coverage.report]
exclude_lines = [