Adding a plus/minus button for number entity

Surely:

          data:
            value: '{{ states("number.ustavka_uvlazhneniia")|int + 5}}'

The number is the state of the entity not a value attribute. Is this a ChatGPT hallucination?