Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Releases: briis/mbweather

Version 1.5.0

09 May 14:57
602dc5e
Compare
Choose a tag to compare

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

08 May 06:02
07b1601
Compare
Choose a tag to compare
  • When converting everything to Async, the Integration stopped supporting Imperial Units. This has now been fixed.

Version 1.4.0

06 May 08:26
a71aa27
Compare
Choose a tag to compare

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

26 Mar 10:34
b1ca52f
Compare
Choose a tag to compare

Added 2 new sensors:

  • UV Index, which measures the current UV Index at the location
  • Solar Radiation in W/m2

Version 1.2.3

04 Mar 06:50
20c0dfb
Compare
Choose a tag to compare

Fixed a floating point error that could happen when Meteobridge, was not completely started up yet

Version 1.2.2

15 Feb 06:09
2b2ee1f
Compare
Choose a tag to compare
  • Wrong Temperature was shown when Imperial was used as Unit System

Version 1.2.1

28 Jan 16:26
Compare
Choose a tag to compare
  • 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

28 Jan 07:14
3c56691
Compare
Choose a tag to compare

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

26 Jan 20:26
c1bad4f
Compare
Choose a tag to compare

Created new Meteobridge Wrapper to simplify code and enable more frequent updates.