Releases: bachya/ecowitt2mqtt
Releases · bachya/ecowitt2mqtt
2022.04.3
🐛 Bug Fixes
- Fix payload generation bug (#126)
2022.04.2
🐛 Bug Fixes
- Fix improper JSON serialization of datetimes (#124)
- Ensure datetimes are converted before publishing to MQTT (#123)
- Handle case where distance conversion function is handed bad input (#122)
2022.04.1
🐛 Bug Fixes
- Fix bug where lightning strike distance is a string (#119)
2022.04.0
🚨 Breaking Changes
- Update binary battery sensor values to be consistent with Home Assistant (#109)
🚀 Features
- Add support for GW2001 weather station (#117)
- Add support for WH57 lightning data (#106)
🐛 Bug Fixes
- Update binary battery sensor values to be consistent with Home Assistant (#109)
🧰 Maintenance
- Update hadolint/hadolint-action action to v2 (#114)
- Upgrade Black used in pre-commit (#115)
- Update all dependencies to v3 (#112)
- Use constants for Home Assistant units (#107)
2022.01.0
🐛 Bug Fixes
- Bump
asyncio-mqtt
to 0.12.1 (#104)
🧰 Maintenance
- Configure WhiteSource Bolt for GitHub (#102)
- Update pre-commit/action action to v2.0.3 (#100)
- Update all dependencies (#101)
- Configure Renovate (#99)
2021.10.0
🚀 Features
- Add Python 3.9 and 3.10 as supported versions (#97)
- Add Fine Offset HP2550 to the device database (#95)
🧰 Maintenance
- Migrate versioning to CalVer (#98)
2.0.3
🐛 Bug Fixes
- Don't treat wind direction as a speed (#92)
2.0.2
🐛 Bug Fixes
- Add missing device classes to MQTT Discovery (#90)
- Fix incorrect HASS MQTT Discovery key name (#89)
2.0.1
🐛 Bug Fixes
- Fix unhandled Home Assistant exception with battery topics (#88)
🧰 Maintenance
- Add Ecowitt GW1100 series to the device registry (#84)
- Introduce EntityDescription dataclass for HASS Discovery (#87)
- Update README.md (#85)
2.0.0
🚨 Breaking Changes
- Add support for specifying both input and output unit systems (#80)
🚀 Features
- Handle non-binary battery values (#81)
- Add support for specifying both input and output unit systems (#80)
- Add ability to preserve raw (i.e., non-translated) data (#79)
🐛 Bug Fixes
- Round barometric pressure values to 3 decimal places (#83)
- Fix bug where batteries don't have the correct units for MQTT Discovery (#82)
- Modify logic for detecting device model (#78)
🧰 Maintenance
- Update README.md (#75)
- Rework data point calculator function lookup (#74)
- Clean up device references (#73)