Open CFenner opened 3 days ago
Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (fan
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
fan documentation fan source (message by IssueLinks)
The problem
On a fan entity that does not implement
FanFeature.TURN_OFF
a service error is raised if the on/off switch is clicked:This also gives a proper error message saying that the service is not supported.
However when setting the speed to 0 via the slider an unknown error occurs as the
async_turn_off
method is called directly.What version of Home Assistant Core has the issue?
2024.11.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response