htmltiger
(JunkFix)
1
Thanks for adding mqtt number however it needs to have configurable ranges as the defaults are:
min: 0
max: 100
step: 1
and it is currently impossible to set
when adding
number:
- platform: mqtt
name: Test
state_topic: "test"
command_topic: "test"
mqtt number docs
number docs
What would make the most sense is for it to support everything an input_number supports but all as optional requirements:
min, max, initial, step, mode, unit_of_measurement
@thecode
2 Likes
thecode
(Shay)
3
Thank you, now I will be able remove all the automation about slider to mqtt in next version of HA
1 Like