Input number numbers are shown as flowt X.X instead of natural X numbers

  input_number:
    volume_limit:
      name: 'Volume Limit'
      min: 0
      max: 10
      step: 1

in lovelace the values are displayed as 1.0, 2.0,… - why? how do i make it 1,2,… instead?
image

It seems like a known issue

You can use this custom card to hide the decimal

1 Like