Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request to configure temperature step size #212

Open
jrb80 opened this issue Nov 17, 2024 · 0 comments
Open

Feature request to configure temperature step size #212

jrb80 opened this issue Nov 17, 2024 · 0 comments

Comments

@jrb80
Copy link

jrb80 commented Nov 17, 2024

The default climate entity step size is 0.1 degrees and as a result it's somewhat cumbersome when manually setting the target temperature to a round number, e.g. 20 degrees rather that 19.9 or 20.1

It's possible to manually override this behaviour through /homeassistant/configuration.yaml however in the interest of mainstreaming the configuration through configuration flow, perhaps it should be a global setting under the integration?

Configuration example to set step size to 0.5 degrees

# Evohome override temp step size
homeassistant:
  customize:
    climate.01_123456_00:
      target_temp_step: 0.5
    climate.01_123456_01:
      target_temp_step: 0.5
    climate.01_123456_02:
      target_temp_step: 0.5
    climate.01_123456_03:
      target_temp_step: 0.5
    climate.01_123456_04:
      target_temp_step: 0.5
    climate.01_123456_05:
      target_temp_step: 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant