Skip to content
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

Climate does not support action climate.turn_on. #78

Open
convicte opened this issue Jan 7, 2025 · 2 comments
Open

Climate does not support action climate.turn_on. #78

convicte opened this issue Jan 7, 2025 · 2 comments

Comments

@convicte
Copy link

convicte commented Jan 7, 2025

Not much more to say here, beyond the fact the SAT based climate entities do not accept ON/OFF or toggle commands, when default behavior on in a dashboard is triggered.

image

Pressing a dashboard element, the climate return the error does not support action climate.turn_on.

Card YAML for reference:

type: custom:mushroom-climate-card
entity: climate.master_bedroom
show_temperature_control: true
collapsible_controls: true
icon: mdi:heating-coil
name: Floor heating
@convicte
Copy link
Author

convicte commented Jan 8, 2025

Interestingly enough, ver.3.1.0 does not support either turn.off or turn.on. This was honestly a more convenient operation mode, because it would not switch the climate entity off when someone mis-clicks, while now it only switches it off, but you can't switch it on.

Second, I haven't seen any mention of switch.off service being modified, so this may have been an undocumented change.

@Alexwijn
Copy link
Owner

Correct, this was because Home Assistant changed some things around with that. Developers needs to add support themselves with newer versions of Home Assistant. So, this isn't something we that we broke.

But I took some time to look into this and it's a simple fix, so expect it with the new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants