CoolMaster: Change auto to heat_cool#26144
Conversation
Documentation change for home-assistant/core#26144
|
Heat/Cool means that there is a range (upper/lower set points), and the thermostat will automatically cool/heat if the current temperature goes out of this range. Coolmaster does not seem to have the notion of temperature ranges so I am not sure if |
|
I may have misunderstood, but based on previous discussions I was under the impression that |
|
@balloob see here: home-assistant/architecture#260 (comment)
In this case it's neither, but seems to be closer to a temp range than to a schedule. |
Breaking Change:
The
supported_modesconfiguration will now rejectautoand acceptheat_coolinstead. If you're not using CoolMaster, or are using the default supported modes, or did not haveautoin your supported modes, this does not affect you.Description:
Changing the
automode to aheat_coolmode in CoolMaster to better reflect what it does.Pull request with documentation for home-assistant.io (if applicable): home-assistant/home-assistant.io#10209
Checklist:
tox. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed: