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

Add temperature triggers (#165247)

This commit is contained in:
Erik Montnemery
2026-03-22 15:24:53 +01:00
committed by GitHub
parent 0128372258
commit 3616a52b37
19 changed files with 2344 additions and 111 deletions

View File

@@ -120,6 +120,7 @@ NO_IOT_CLASS = [
"system_health",
"system_log",
"tag",
"temperature",
"timer",
"trace",
"web_rtc",

View File

@@ -2149,6 +2149,7 @@ NO_QUALITY_SCALE = [
"system_health",
"system_log",
"tag",
"temperature",
"timer",
"trace",
"usage_prediction",