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

Trailing Zeros Cannot Be Entered for Floating Point Numbers #130753

Closed
suaveolent opened this issue Nov 16, 2024 · 1 comment
Closed

Trailing Zeros Cannot Be Entered for Floating Point Numbers #130753

suaveolent opened this issue Nov 16, 2024 · 1 comment

Comments

@suaveolent
Copy link
Contributor

suaveolent commented Nov 16, 2024

The problem

When attempting to input floating-point numbers in Home Assistant, trailing zeros are not allowed directly.

For example:

  • The value 0.07 cannot be entered directly.
  • Instead, the user must first input 0.7 and then add a 0 before the 7 to achieve the desired value.
  • Similarly, numbers with more complex decimal structures, such as 0.1230123, cannot be entered directly.

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

@suaveolent
Copy link
Contributor Author

suaveolent commented Nov 22, 2024

Noticed that this issue is better raised with frontend

home-assistant/frontend#22955

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