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

Add power triggers (#166253)

This commit is contained in:
Erik Montnemery
2026-03-24 14:38:07 +01:00
committed by GitHub
parent 422d69f2b3
commit 9da9eaf338
14 changed files with 554 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ NO_IOT_CLASS = [
"onboarding",
"panel_custom",
"plant",
"power",
"profiler",
"proxy",
"python_script",

View File

@@ -2140,6 +2140,7 @@ NO_QUALITY_SCALE = [
"occupancy",
"onboarding",
"panel_custom",
"power",
"proxy",
"python_script",
"raspberry_pi",