Number entity but with confirmation?

I’m particularly fond of homeassistant entities that can be setup with MQQT autodiscovery. So I’ve been testing “Number” entity to control certain settings in solar inverters. But I noticed it sends immediately before I even stopepd typing. Lets say the value is 42.5. I want to replace it with 43.5. When I hit backspace it will immediately send 42 (although the number in the edit field is 42. so not a real number) then if I delete 2. it will send just 4 and finally 43.5 if I’m quick enough.

These settings are critical to get right. Is there any way (maybe through another entity) to have something like number but for it to send the command only when enter was pressed etc?