We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117fffe commit 4542bd2Copy full SHA for 4542bd2
custom_components/dumbir/climate.py
@@ -55,6 +55,8 @@
55
_LOGGER = logging.getLogger(__name__)
56
57
DEFAULT_SUPPORT_FLAGS = (
58
+ ClimateEntityFeature.TURN_OFF |
59
+ ClimateEntityFeature.TURN_ON |
60
ClimateEntityFeature.FAN_MODE |
61
ClimateEntityFeature.TARGET_TEMPERATURE
62
)
0 commit comments