Testing Occupancy feature

This commit is contained in:
Ludovic BOUÉ
2025-09-26 12:34:58 +00:00
parent 8667f1750a
commit 79f1710ad7

View File

@@ -148,3 +148,4 @@ class ClimateEntityFeature(IntFlag):
TURN_OFF = 128
TURN_ON = 256
SWING_HORIZONTAL_MODE = 512
OCCUPANCY = 1024