Avoid mqtt message after sensor value changed

Hi,
is there a way to avoid “automatic” sending an MQTT message after sensor: (also uptime:) value changed?
I’ll collect data of a few sensors and send it together in a JSON way to MQTT broker.
Thanks

Found a solution:
Just add “internal: true” to entities
But isn’t visible on website, too