Releases: briis/smartweatherudp
Releases · briis/smartweatherudp
v2021.12.2
Bump pyweatherflowudp to 1.1.1 to better handle future firmware revisions
Full Changelog: v2021.12.1...v2021.12.2
v2021.12.1
What's Changed
- Round temperatures to 1 decimal
v2021.12.0
Breaking Changes
- configuration.yaml setup has been deprecated
- previous configuration.yaml entries should be migrated automatically to a config entry by this release and then can be safely deleted
- entity ids have changed to
sensor.<device_type>_<serial_number>_<attribute>
- removes heat index and wind chill since they are incorporated in the "feels like" temperature
What's New
- Setup is now supported via the UI so there is no need to modify the configuration.yaml (as it has been deprecated)
- Devices are now created based on the type (hub, air, sky, or tempest) with relevant data points
- Migrated from pysmartweatherudp to pyweatherflowudp
- Data points are refreshed only when the device sends an update that corresponds to that attribute
- wind speed every 3 seconds or so
- temperature, humidity, pressure, etc every minute
v2021.12.0b
Breaking Changes
- configuration.yaml setup has been deprecated
- previous configuration.yaml entries should be migrated automatically to a config entry by this release and then can be safely deleted
- entity ids have changed to
sensor.<device_type>_<serial_number>_<attribute>
- lightning information not yet available in this beta release
- some other entities may be missing as well until they are worked on
What's New
- Setup is now supported via the UI, no need to modify the configuration.yaml (as it has been deprecated)
- Devices are now created based on the type (hub, air, sky, or tempest) with only relevant data points
- Migrated from pysmartweatherudp to pyweatherflowudp
v0.1.8
What's Changed
- v0.1.7 by @LuckyJayDIY in #13
- Add required version number to home assistant manifest (and bump version to release) by @krbaker in #31
New Contributors
- @LuckyJayDIY made their first contribution in #13
- @krbaker made their first contribution in #31
Full Changelog: V0.1.7...v0.1.8
Version 0.1.7
- Added support for the Tempest Weather System
Version 0.1.6
- Changed obsolete Home Assistant constant UNIT_UV_INDEX to UV_INDEX. Thank you @tube0013 for spotting and fixing this.
Version 0.1.5
Added host config option and support for HACS
Version 0.1.4
Added new host config parameter and support for HACS