From e649fe938034febf525daed74ed6b2353e22390d Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 3 Feb 2024 20:22:43 -0500 Subject: [PATCH] Add migrated climate feature flags to coolmaster (#109536) Adds migrated climate feature flags to coolmaster --- homeassistant/components/coolmaster/climate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/coolmaster/climate.py b/homeassistant/components/coolmaster/climate.py index de0a7029ac6..ecb604a14cc 100644 --- a/homeassistant/components/coolmaster/climate.py +++ b/homeassistant/components/coolmaster/climate.py @@ -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."""