Config MQTT send report

Hi,

I have try hass to send all updates on sensors and lights to “eclipse-mosquitto” server via MQTT.
But I don´t get any signal when sensore or light is change.

Is it possible to config home Assistant to update all sensor and light to MQTT?

Because I want to get all devices update to Iobroker server…

//Patrik

Use the MQTT Eventstream component:

The eventstream component publishes all events to MQTT, if you just want state changes, the statestream component may be more appropriate.