Mqtt_eventstream ignore some entities?

Is there any way to ignore certain entities from the eventstream setup? I have a second HA setup that will be controlling zwave/zigbee and some network items that works fine, but I have found some items controlled by my main instance get double tapped and end up not working.

Right now the best I can find is stop events from being sent, but stopping it this way breaks all zwave switches on the 2nd as the main cant send commands anymore.

Is ignore_event not working for you?

I have found I can use it to fix the issue by blocking call_service, but I have also found that call_service is what sends updates to the remote device as well. So effectively right now I have one way communication from the slave device to the master, or two way functionality but several switched devices break.