This repository was archived by the owner on May 28, 2020. It is now read-only.
Releases: briis/mbweather
Releases · briis/mbweather
Version 1.5.0
NOTE: This release ensures consistent entity id's going forward, so if you miss a sensor, please check the Entities under Settings. They should all be there, but might have changed name
In this release:
- Added 10 new sensors (See README.md)
- Ensured entity_id's are always consistent
- Fixed friendly_name to not contain mbw in string
- Cleaned up the code
Version 1.4.1
- When converting everything to Async, the Integration stopped supporting Imperial Units. This has now been fixed.
Version 1.4.0
Now supporting HA +0.109
- Converted the Integration to use the Async Libraries, and with that removing the I/O messages that were building up in the Log file.
Version 1.3.0
Added 2 new sensors:
- UV Index, which measures the current UV Index at the location
- Solar Radiation in W/m2
Version 1.2.3
Fixed a floating point error that could happen when Meteobridge, was not completely started up yet
Version 1.2.2
- Wrong Temperature was shown when Imperial was used as Unit System
Version 1.2.1
- Fixed a bug in conversion when kmh was used as wind unit
- Converted files to conform to PEP8
- Removed some unused code
Version 1.2.0
Added new precip_probability sensor, showing probability of rain for the day. Data is taken from Dark Sky, so only updated if Weather Component is loaded.
Version 1.1.0
Created new Meteobridge Wrapper to simplify code and enable more frequent updates.