Releases: lichtteil/local_luftdaten
Releases · lichtteil/local_luftdaten
2.3.1 Replace deprecated temperature constant
Compatibility with Python 11 and new sensor support
What's Changed
This release fixes compatibility with Python 3.11 which is used by Home Assistant 2023.6.
- Remove asyncio.coroutine by @basilfx in #56
- Added support for Sensirion's SEN5X Environmental sensor node-family … by @hope55 in #55
New Contributors
Full Changelog: 2.2.0...2.3.0
2.2.0
2.1.0 Support for SHT3X and fix for deprecated function
2.0.0 (Breaking changes!)
Fixes/Features
- Use sensor type in unique id to reduce collision risk (d8108c7)
- Fetch values only once per sensor, not for each entity (573f85f)
- Scan interval can be customized (b7154dc)
- Provide icons for particulate matter sensor (b7154dc)
- Add unique id for UI editing / entity customization (b7154dc)
Breaking changes
The unique id of the entities will change (to reduce collision risk). You need to manually remove the old entities and rename the new entities back to the old name if you want to keep everything like it was (Configuration -> Entities). Please see #33 for a detailed description.
Notes
A "big thank you" goes to @JoachimEngelmann for providing most of this updates code!
1.10
1.9
1.8
1.7
Add support for SPS30 sensor
- Add support for SPS30 sensor
- Set icon for air quality sensors