Closed mweimerskirch closed 3 years ago
I have one question here. What does the "auto" mode do for fan? It is not handled in the on_message
function and as such the comfo air does not have an "auto" mode (at least not mine 350 model)
You're right, I didn't notice that yet. It's neither supported in the on_message method, nor is it used in get_ventilation_status. The only values used for "comfoair/ha_climate_mode/fan" are "off", "low", "medium" and "high". Should be safe to remove.
I added an issue as a reminder to add proper support to enable auto mode: #10
Excellent! All good now :)
The "off" option was already supported, but it was missing from the UI in HomeAssistant.