Skip to content

Commit 4542bd2

Browse files
quick fix (#37)
1 parent 117fffe commit 4542bd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

custom_components/dumbir/climate.py

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
_LOGGER = logging.getLogger(__name__)
5656

5757
DEFAULT_SUPPORT_FLAGS = (
58+
ClimateEntityFeature.TURN_OFF |
59+
ClimateEntityFeature.TURN_ON |
5860
ClimateEntityFeature.FAN_MODE |
5961
ClimateEntityFeature.TARGET_TEMPERATURE
6062
)

0 commit comments

Comments
 (0)