We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to input floating-point numbers in Home Assistant, trailing zeros are not allowed directly.
For example:
0.07
0.7
0
7
See screen recording for effect. The trailing zero is automatically removed:
core-2024.11.1
No response
Home Assistant Core
The text was updated successfully, but these errors were encountered:
Noticed that this issue is better raised with frontend
frontend
home-assistant/frontend#22955
Sorry, something went wrong.
No branches or pull requests
The problem
When attempting to input floating-point numbers in Home Assistant, trailing zeros are not allowed directly.
For example:
0.07
cannot be entered directly.0.7
and then add a0
before the7
to achieve the desired value.See screen recording for effect. The trailing zero is automatically removed:
Screen.Recording.2024-11-16.at.13.14.37.mov
What version of Home Assistant Core has the issue?
core-2024.11.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: