The climate entity for this thermostat allows changing three attributes in addition to a target temperature: hvac_modes
, preset_modes
, and fan_modes
.
They allow the following options:
hvac_modes: off, heat, cool, heat_cool
fan_modes: Auto low, Low, Circulation
preset_modes: none, Energy heat, Energy cool
In a script or automation, I have found that a Device Action allows setting hvac_modes
and preset_modes
, but not fan_modes
.
It is easy enough to accomplish this through a service call:
…but I am wondering why the device action does not allow this functionality? I also did not see a way to change the target temperature from this device action, as an aside.