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

Add illuminance triggers (#166250)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Erik Montnemery
2026-03-24 14:04:48 +01:00
committed by GitHub
parent 740e21a23b
commit 583524e841
14 changed files with 745 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ NO_IOT_CLASS = [
"homeassistant_sky_connect",
"homeassistant_yellow",
"humidity",
"illuminance",
"image_upload",
"input_boolean",
"input_button",

View File

@@ -2120,6 +2120,7 @@ NO_QUALITY_SCALE = [
"homeassistant_sky_connect",
"homeassistant_yellow",
"humidity",
"illuminance",
"image_upload",
"input_boolean",
"input_button",