Skip to content

Releases: briis/smartweatherudp

v2021.12.2

11 Dec 05:42
Compare
Choose a tag to compare

Bump pyweatherflowudp to 1.1.1 to better handle future firmware revisions

Full Changelog: v2021.12.1...v2021.12.2

v2021.12.1

07 Dec 18:50
47ea1a7
Compare
Choose a tag to compare

What's Changed

  • Round temperatures to 1 decimal

v2021.12.0

04 Dec 23:32
4cdcf9a
Compare
Choose a tag to compare

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

04 Dec 02:39
7362525
Compare
Choose a tag to compare
v2021.12.0b Pre-release
Pre-release

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

26 Nov 04:33
8ebecee
Compare
Choose a tag to compare

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

Full Changelog: V0.1.7...v0.1.8

Version 0.1.7

10 Jun 21:01
0591579
Compare
Choose a tag to compare
  • Added support for the Tempest Weather System

Version 0.1.6

24 Apr 05:45
a095cb5
Compare
Choose a tag to compare
  • Changed obsolete Home Assistant constant UNIT_UV_INDEX to UV_INDEX. Thank you @tube0013 for spotting and fixing this.

Version 0.1.5

17 Oct 06:10
62e62cd
Compare
Choose a tag to compare

Added host config option and support for HACS

Version 0.1.4

17 Oct 05:42
a0c2121
Compare
Choose a tag to compare

Added new host config parameter and support for HACS