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

[FR]: Support configuring temperature units #59

Open
jabronimus opened this issue Feb 6, 2024 · 2 comments
Open

[FR]: Support configuring temperature units #59

jabronimus opened this issue Feb 6, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jabronimus
Copy link

Is your feature request related to a problem? Please describe.

Is there a way to choose the unit of the climate template? I'd like to be able to switch out of Fahrenheit, to Celsius but even to a unitless variable.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@fabiandev
Copy link

@jabronimus you are maybe looking for the precision configuration option:

Name Type Description Default Value
precision float The desired precision for this device. 0.1 for Celsius and 1.0 for Fahrenheit.

@jcwillox
Copy link
Owner

jcwillox commented Jan 8, 2025

The temperature unit is based on what you have home assistant configured with, either metric or imperial somewhere in the settings. But this should be configurable in the integration as you may want something different to home assistants default.
However a unit-less option likely isn't possible as the field is a temperature field and home assistant expects it to have a temperature unit.

@jcwillox jcwillox added the enhancement New feature or request label Jan 8, 2025
@jcwillox jcwillox changed the title [FR]: Units? [FR]: Support configuring temperature units Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants