How can I create an input_number entity from an integration? It creates it with all the correct properities but the UI does not recoginise it as an input number and there is no slider. Here are the attributes that I created. IS there something special need to set. I have looked at the input number component implementation and I have almost identical code.
initial: 50
editable: false
min: 0
max: 100
step: 1
mode: slider
unit_of_measurement: m
icon: mdi:arrow-expand-horizontal
friendly_name: Zone Radius
Thanks. I tried that and it just creates a normal display entity. In the UI I cannot change its value. These are the state attributes it created.
min: 0
max: 100
step: 1
mode: slider
unit_of_measurement: m
device_class: distance
icon: mdi:update
friendly_name: test_input
…