I built multiple multi sensors(currently in three different rooms) based on ESP32 with Bluetooth device tracking, temperature, humidity, light sensitivity, motion sensors. Software/firmware used is ESPHome so that each multisensor is detected quite easily by Home Assistant. The problem is the configuration part should those be manually declared in HA or is there anything better to manage this?
I want to build presence detection on top the multiple sensors possibly five multi-sensors for each room. Presence would be based on Bayesian component by combining multiple presence results. The thing is that in configuration the declaration of sensors v1, v2 … v5 would be really ugly and if some sensors get added and removed it really get messy. Is there are a better way to declare multiple sensors as a single instance, grouping I think doesn’t add much value in this case?
Multisensors are auto detected by HA, but in case each sensor is doing device tracking which means I have device_id_1, ... device_id_N how do I handle these as a single entity without declaring each in configuration?