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

@@ -247,6 +247,7 @@ DEFAULT_INTEGRATIONS = {
"humidity",
"motion",
"occupancy",
"temperature",
"window",
}
DEFAULT_INTEGRATIONS_RECOVERY_MODE = {