- Use async_forward_entry_setups instead of async_setup_platforms
- Resolve HA warnings on device class/units
- Fix issues with deprecated HA code
- Bump pyweatherflowudp to 1.4.1 - Changelog
- Add
wind direction average
sensor- The previous
wind direction
sensor will now update based on the rapid wind speed event and align with thewind speed
sensor
- The previous
- Bump pyweatherflowudp to 1.3.1 - Changelog
- Ensure HA has started before attempting to add devices
- Update sensors to use EntityCategory enums
- Update minimum HA version to 2022.3
- Bump pyweatherflowudp to 1.3.0 - Changelog
- Add sensor for precipitation type with english translation file
- Update sensors to use SensorDeviceClass and SensorStateClass enums
- Update minimum HA version to 2021.12
- Bump pyweatherflowudp to 1.2.0 - Changelog
- Bump pyweatherflowudp to 1.1.2 - Changelog
- Add an additional debug log when setting up sensors
- Bump pyweatherflowudp to 1.1.1 to better handle future firmware revisions
- Round temperature values to one decimal
- 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
- 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
- Add required version number to home assistant manifest
- Added support for the Tempest Weather System
- Added
manifest.json
to ensure compliance with Home Assistant >= 0.92.x. - Changed the Custom Updater setup, to ensure that it works with multiple files going forward. You will need to re-download
sensor.py
,__init__.py
andmanifest.json
- Icons for Battery devices now reflect the current state of the Battery Charge. When new Batteries are inserted the Voltage is typically around 3.2V to 3.3V. And by experience the Unit stops working at around 2.3V +/- 0.1V. So the Icon stage reflects that Interval
- Fixed documentation error in README.md, listing the wrong sensors
- Initial Release.