Add migrated climate feature flags to coolmaster (#109536)
Adds migrated climate feature flags to coolmaster
This commit is contained in:
parent
b49193caf7
commit
e649fe9380
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ class CoolmasterClimate(CoolmasterEntity, ClimateEntity):
|
|||
"""Representation of a coolmaster climate device."""
|
||||
|
||||
_attr_name = None
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
def __init__(self, coordinator, unit_id, info, supported_modes):
|
||||
"""Initialize the climate device."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue