You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the guy who's Kumo's report 3 speeds but support 4 (superQuiet). You made changes to help support my case, but I'm still seeing the following error from HA:
2024-12-28 13:49:37.523 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139728785595776] Fan mode superQuiet is not valid. Valid fan modes are: quiet, low, powerful, auto
I believe that this is because the kumo/climate.py implementation of fan_modes is returning an internal variable, which overrides the customization settings I've put in the config.yaml
I'm the guy who's Kumo's report 3 speeds but support 4 (superQuiet). You made changes to help support my case, but I'm still seeing the following error from HA:
I believe that this is because the kumo/climate.py implementation of fan_modes is returning an internal variable, which overrides the customization settings I've put in the config.yaml
Kumo Climate
HA Climate
When the HA Climate implementation runs self._valid_mode_or_raise("fan", fan_mode, self.fan_modes), it gets the self.fan_modes Kumo reports (3):
but accessing fan_modes from a template shows the customized values (4):
Is there a way to support the customization of fan speeds from config.yaml?
The text was updated successfully, but these errors were encountered: