Several I2C devices on one bus

I’m planning to use one AM2302 sensor for each room. I’m able to configure a sensor with using the DHT platform, but I can only use one sensor per pin on my Raspberry PI. I found that people connect the Data contacts of each sensor to a separate GPIO pin. But I2C supports using one bus for many devices (more than 100, if I’m not mistaken).
Is it possible to configure Home Assistant to search devices on a data bus using devices’ addresses?