mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 18:04:19 -07:00
The sen6x test YAML used identical sensor IDs (pm_1_0, pm_2_5, pm_4_0, pm_10_0) as sen5x, causing ID redefinition errors when both components are tested together in grouped builds. Prefix the sen6x IDs with sen6x_ to make them unique.