Auto Update Input Text from Node Red Dashboard

Greetings!
I’m trying to figure out whether it is possible to autoupdate my Home Assistant text input to the values set by the dashboard control


This should be the input for the temperature setting for the air ventilation.
Currently it’s like this in HA…
image
And like this in the Dashboard

Would it be possible to adjust the INPUT TEXT to be the same UP/DOWN button such as shown on Dashboard?

[{"id":"696c5660.bcb368","type":"inject","z":"66edcd13.55f854","name":"Inital override 24 celsius","props":[{"p":"payload"}],"repeat":"","crontab":"","once":true,"onceDelay":"1","topic":"","payload":"24","payloadType":"num","x":1070,"y":680,"wires":[["616677f9.f14df8","43fa31c0.f0c08","1bd4e385.d6e6cc"]]},{"id":"3f10554aea6f1a80","type":"ha-text","z":"66edcd13.55f854","name":"Home Assistant Temperature","version":1,"debugenabled":false,"inputs":0,"outputs":1,"entityConfig":"c03647690eacbbe8","exposeAsEntityConfig":"","mode":"listen","value":"payload","valueType":"msg","outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"value"},{"property":"previousValue","propertyType":"msg","value":"","valueType":"previousValue"}],"x":1140,"y":860,"wires":[["43fa31c0.f0c08"]]},{"id":"43fa31c0.f0c08","type":"ui_numeric","z":"66edcd13.55f854","name":"","label":"<font size = 4>Želena temperatura:","tooltip":"","group":"5703a672.163828","order":29,"width":7,"height":1,"wrap":true,"passthru":false,"topic":"","topicType":"str","format":"{{value}}°C","min":"10","max":"40","step":"0.5","className":"","x":1480,"y":800,"wires":[["c3fd9e9c.eee48"]]},{"id":"c3fd9e9c.eee48","type":"function","z":"66edcd13.55f854","name":"","func":"return { payload: (msg.payload*10) }","outputs":1,"noerr":0,"initialize":"","finalize":"","x":1800,"y":800,"wires":[["6dbea5d1.c701bc"]]},{"id":"6dbea5d1.c701bc","type":"modbus-write","z":"66edcd13.55f854","name":"","showStatusActivities":false,"showErrors":false,"unitid":"1","dataType":"HoldingRegister","adr":"55","quantity":"1","server":"10bb4c8a.889823","emptyMsgOnFail":false,"keepMsgProperties":false,"x":2060,"y":800,"wires":[["ce5e988f.76b378"],[]]},{"id":"c03647690eacbbe8","type":"ha-entity-config","server":"aadc97cc1869071b","deviceConfig":"91b7b4b9ca651569","name":"Nastavitev želene temperature","version":6,"entityType":"text","haConfig":[{"property":"name","value":"Nastavitev Želene Temperature"},{"property":"icon","value":"mdi:thermometer"},{"property":"entity_picture","value":""},{"property":"entity_category","value":"config"},{"property":"mode","value":"text"},{"property":"min_length","value":""},{"property":"max_length","value":""},{"property":"pattern","value":""}],"resend":false,"debugEnabled":false},{"id":"5703a672.163828","type":"ui_group","name":"Ročno/auto/temperatura","tab":"9f7d7744.697db8","order":2,"disp":true,"width":16,"collapse":true},{"id":"10bb4c8a.889823","type":"modbus-client","name":"LOGO","clienttype":"tcp","bufferCommands":true,"stateLogEnabled":false,"queueLogEnabled":false,"tcpHost":"192.168.2.50","tcpPort":"505","tcpType":"DEFAULT","serialPort":"/dev/ttyUSB","serialType":"RTU-BUFFERD","serialBaudrate":"9600","serialDatabits":"8","serialStopbits":"1","serialParity":"none","serialConnectionDelay":"100","unit_id":"1","commandDelay":"1","clientTimeout":"1000","reconnectOnTimeout":true,"reconnectTimeout":"2000","parallelUnitIdsAllowed":true},{"id":"aadc97cc1869071b","type":"server","name":"Home Assistant","addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"","connectionDelay":false,"cacheJson":false,"heartbeat":false,"heartbeatInterval":"","statusSeparator":"","enableGlobalContextStore":false},{"id":"91b7b4b9ca651569","type":"ha-device-config","name":"Kontrola Prezračevanja","hwVersion":"","manufacturer":"Node-RED","model":"","swVersion":""},{"id":"9f7d7744.697db8","type":"ui_tab","name":"Klima","icon":"dashboard","order":1,"disabled":false,"hidden":false}]