Release 0.4.3: homogenise keys for PM values from SPS30
By default aioairq.core.AirQ.get_latest_data
now returns values
from SPS30 PM sensor under the same keys as the values from the sensor
that has been predominantly used so far.
Previous behaviour is still available by setting return_original_keys=True
.
Add test and documentation.