mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Add migrated climate feature flags to coolmaster (#109536)
Adds migrated climate feature flags to coolmaster
This commit is contained in:
parent
b49193caf7
commit
e649fe9380
@ -54,6 +54,7 @@ class CoolmasterClimate(CoolmasterEntity, ClimateEntity):
|
|||||||
"""Representation of a coolmaster climate device."""
|
"""Representation of a coolmaster climate device."""
|
||||||
|
|
||||||
_attr_name = None
|
_attr_name = None
|
||||||
|
_enable_turn_on_off_backwards_compatibility = False
|
||||||
|
|
||||||
def __init__(self, coordinator, unit_id, info, supported_modes):
|
def __init__(self, coordinator, unit_id, info, supported_modes):
|
||||||
"""Initialize the climate device."""
|
"""Initialize the climate device."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user