Browser_mod adding random devices

Hello everyone,
Within the past few weeks I have started getting random devices added by browser_mod that then become unavailable almost immediately. I have just updated to 2021.5.0 and already this morning two devices (each with sensor, media_player, and light entities) were added.
I see this happen when I’m not even at home so I can rule out my iPhone as the troublemaker. How can I find out what’s causing these? I removed about 50 entities this morning.

In your configuration.yaml you can stop browser_mod from making sensors for every device.
Yet you can still select which sensors you want for your specific devices.

For example,

browser_mod:
    disable:
        - all
    devices:
        1234-5678: 
            name: device1
            disable:
                - camera
        5678-1234: 
            name: device2
            disable:
                - light
                - sensor
                - binary_sensor
                - camera