1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00

Add window triggers (#165230)

This commit is contained in:
Erik Montnemery
2026-03-12 10:18:42 +01:00
committed by GitHub
parent 0f2dbdf4f4
commit 951775bea6
14 changed files with 793 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ NO_IOT_CLASS = [
"web_rtc",
"webhook",
"websocket_api",
"window",
"zone",
]

View File

@@ -2157,6 +2157,7 @@ NO_QUALITY_SCALE = [
"web_rtc",
"webhook",
"websocket_api",
"window",
"zone",
]