Skip to content

Commit d32878f

Browse files
committed
update
1 parent 81e1f83 commit d32878f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

custom_components/kumo/climate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ class KumoThermostat(CoordinatedKumoEntity, ClimateEntity):
128128
"runstate",
129129
]
130130

131-
_enable_turn_on_off_backwards_compatibility = False # can be removed once 2024.12 is no longer supported
132-
133131
def __init__(self, coordinator: KumoDataUpdateCoordinator):
134132
"""Initialize the thermostat."""
135133

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "Mitsubishi Kumo Cloud",
33
"render_readme": true,
4-
"homeassistant": "2024.1.0"
4+
"homeassistant": "2025.1.0"
55
}

0 commit comments

Comments
 (0)