1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Add occupancy triggers (#165374)

This commit is contained in:
Erik Montnemery
2026-03-13 08:41:48 +01:00
committed by GitHub
parent 9e54abbcb5
commit 4ac651d0b4
14 changed files with 491 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ NO_IOT_CLASS = [
"media_source",
"motion",
"my",
"occupancy",
"onboarding",
"panel_custom",
"plant",

View File

@@ -2139,6 +2139,7 @@ NO_QUALITY_SCALE = [
"media_source",
"motion",
"my",
"occupancy",
"onboarding",
"panel_custom",
"proxy",