Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr committed Dec 14, 2024
1 parent 81e1f83 commit d32878f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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 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"
}

0 comments on commit d32878f

Please sign in to comment.