Describe the bug
In I2c sensors there's a check on last red milliseconds = 0 or now minus last red is greater than the pole period, which could feasibly happen as the component is first added I'm a causing unnecessary duplicate read meaning in v1 different sensor metrics could be reported from different sampling periods but in V2 shouldn't t be an issue because all metrics share the same sampling period.
Describe the bug
In I2c sensors there's a check on last red milliseconds = 0 or now minus last red is greater than the pole period, which could feasibly happen as the component is first added I'm a causing unnecessary duplicate read meaning in v1 different sensor metrics could be reported from different sampling periods but in V2 shouldn't t be an issue because all metrics share the same sampling period.