mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 18:25:41 -05:00
Add migrated climate feature flags to coolmaster (#109536)
Adds migrated climate feature flags to coolmaster
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user