nielsfaber / scheduler-card

HA Lovelace card for control of scheduler entities
GNU General Public License v3.0
922 stars 117 forks source link

More granular temperature setting for heating action #770

Closed MattieGit closed 11 months ago

MattieGit commented 11 months ago

Checklist

Proposal

As far as I know it is only possible to set the temperature for heating and cooling actions as a whole number. It would be nice to set a specific temperature with a precision of one decimal.

Additional info

Example of current setting: Screenshot 2023-12-08 at 17 15 01

Proposed change: be able to change 20 to 19.5 in this example

nielsfaber commented 11 months ago

Scheduler uses the target_temp_step attribute of your climate entity to determine the step size. Can you check the value of this property (via Developer Tools -> States) and compare?

MattieGit commented 11 months ago

Thanks a lot! The target_temp_step attribute was set to 1. I have set it to 0.5 manually and now I'm able to set the temperature to half degrees Celcius in the scheduler interface. I have used a permanent override in my configuration.yaml using the "customization" option.

climate.device_name:
  target_temp_step: 0.5