1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Extract WebRTC integration (#157648)

This commit is contained in:
Paulus Schoutsen
2025-12-04 09:44:24 -05:00
committed by GitHub
parent 837de55ce6
commit 855d7c6e16
16 changed files with 421 additions and 147 deletions

View File

@@ -115,6 +115,7 @@ NO_IOT_CLASS = [
"tag",
"timer",
"trace",
"web_rtc",
"webhook",
"websocket_api",
"zone",

View File

@@ -2196,6 +2196,7 @@ NO_QUALITY_SCALE = [
"timer",
"trace",
"usage_prediction",
"web_rtc",
"webhook",
"websocket_api",
"zone",