-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smartthings climate entity missing 'off' feature #141557
Comments
Hey there @joostlek, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) smartthings documentation |
Can you download device diagnostics? |
Sorry. I've already rolled back to ver. 2025.2.5. |
I've attached here. thank you 😊 smartthings-01JPF74QZG8ZBRPNNFHJ0BWTJX-거실 난방기-32b7e459e7c66ce3d4de9a0ed4d1ae01.json |
The problem
Since updating to Home Assistant Core 2025.3.0, the thermostat card in Lovelace no longer displays the "off" mode icon. Previously, both "heat" and "off" icons were correctly displayed for climate entities that support these modes.
Now, only the "heat" icon appears, making it impossible to switch off the thermostat from the UI.
Expected behavior:
The thermostat card should display both "heat" and "off" mode icons if the entity supports them.
Actual behavior:
Only the "heat" mode icon is shown, even though "off" is listed in the entity’s hvac_modes.
Steps to reproduce:
Use a climate entity that supports both "heat" and "off" modes.
Add a thermostat card in Lovelace with the following YAML configuration:
type: thermostat
entity: climate.example_heater
features:
hvac_modes:
Additional information:
The issue was not present in Home Assistant Core 2025.2.x.
Confirmed on multiple devices and with different climate entities.
Restarting Home Assistant and clearing cache did not resolve the issue.
What version of Home Assistant Core has the issue?
2025.2.5
What was the last working version of Home Assistant Core?
2025.3.4
What type of installation are you running?
Home Assistant Core
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: