From 79f1710ad714bf26aea97cf8a9683cb01dbce7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Fri, 26 Sep 2025 12:34:58 +0000 Subject: [PATCH] Testing Occupancy feature --- homeassistant/components/climate/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/climate/const.py b/homeassistant/components/climate/const.py index 7db80281635c..dfe288d2c0ea 100644 --- a/homeassistant/components/climate/const.py +++ b/homeassistant/components/climate/const.py @@ -148,3 +148,4 @@ class ClimateEntityFeature(IntFlag): TURN_OFF = 128 TURN_ON = 256 SWING_HORIZONTAL_MODE = 512 + OCCUPANCY = 1024