Closed I-Would-Like-To-Report-A-Bug-Please closed 11 months ago
Hello,
set_preset_temperature
is not for changing the target temperature but for changing the programmed preset temperature.
To change the target temperature, you just have to use : climate.set_temperature
(or something like that)
Version of the custom_component
4.2.1
Configuration
My VTherm attributes are the following:
Describe the bug
I'm trying to automatically set the thermostat temperature to 17 degrees via set_preset_temperature service.
According to the documentation:
So my automation call looks like this:
But when tracing the call I can see in the log:
I have tried as well without setting the preset but it pretty much drops the same information.
Additionally, you can't select None in Service call automatically in HA UI.