Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions custom_components/kumo/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ class KumoThermostat(CoordinatedKumoEntity, ClimateEntity):
"runstate",
]

_enable_turn_on_off_backwards_compatibility = False # can be removed once 2024.12 is no longer supported

def __init__(self, coordinator: KumoDataUpdateCoordinator):
"""Initialize the thermostat."""

Expand Down
2 changes: 1 addition & 1 deletion custom_components/kumo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeowners": [ "@dlarrick" ],
"requirements": ["pykumo==0.3.9"],
"version": "0.3.14",
"homeassistant": "2024.1.0",
"homeassistant": "2025.1.0",
"iot_class": "local_polling",
"integration_type": "hub"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Mitsubishi Kumo Cloud",
"render_readme": true,
"homeassistant": "2024.1.0"
"homeassistant": "2025.1.0"
}