Skip to content

Releases: bremor/bureau_of_meteorology

0.10

15 Dec 03:07
0e0ceba
Compare
Choose a tag to compare

Issues fixed with the way the weather platform polls for updates, now handled by an update coordinator. Thank you @evilmarty for your effort to resolve this, PR #53

0.9.1

29 Nov 04:03
3ed3d9f
Compare
Choose a tag to compare

Breaking Change v0.9

The way this integration is initially setup has been totally re-written. Please 'delete' and 'setup' the integration again. I expect you will get errors if you don't re-setup, there are new customisations that needs to be created during the configuration process.

image

New Features

  • You can now choose if you want observations only, forecasts only or both. [Issue #32 ]
  • You can now change the 'basename' of your sensors, e.g. sensor.basename_temp_max_0. [Issue #25 ]
  • You can choose which conditions you would like to create sensors for, e.g. max, min, humidity. [Issue #32 ]
  • You can now choose how many days of forecast sensors you would like to create.

v0.9.1

  • Fixed basename issue. [PR #45] [Issue #44]]

0.9

26 Nov 03:02
2c840f7
Compare
Choose a tag to compare
0.9

Breaking Change

The way this integration is initially setup has been totally re-written. Please 'delete' and 'setup' the integration again. I expect you will get errors if you don't re-setup, there are new customisations that needs to be created during the configuration process.

image

New Features

  • You can now choose if you want observations only, forecasts only or both. [Issue #32 ]
  • You can now change the 'basename' of your sensors, e.g. sensor.basename_temp_max_0. [Issue #25 ]
  • You can choose which conditions you would like to create sensors for, e.g. max, min, humidity. [Issue #32 ]
  • You can now choose how many days of forecast sensors you would like to create.

0.8.3

16 Nov 02:23
1a4f661
Compare
Choose a tag to compare
  • Release 0.8.1 broke rain amount range. this is fixed with this release. [Issue #21 ] [PR #30]
  • Format uv_category to be more friendly, e.g. veryhigh becomes Very High [Issue #27 ] [PR #33]
  • Fix double up of creation of rain_amount_max sensor [PR #34]
  • If BoM stop publishing a value at a certain time of day (e.g. min_temp_0), the integration will continue to use the old value as the state. [Issue #24 ] [PR #35]
  • This integration will no longer attempt to access "day 7" forecast if it's not available. [Issue #28] [PR #35]

0.8.2

14 Nov 20:34
241ed84
Compare
Choose a tag to compare
  • Fixed icons in weather entity. [Issue #22 ]
  • If icon_descriptor is missing in the data from BoM, it will no longer generate an error and will instead set the mdi_icon to "None" and the weather entity forecast condition as "None" [Issue #29 ]

0.8.1

13 Nov 02:34
fc00885
Compare
Choose a tag to compare
  • Stop rain_amount_max from being unknown. If the value is missing in the data from BoM, it will take the same value as rain_amount_min. [PR #26] [Issue #21 ]

0.8

07 Nov 11:15
c28dd05
Compare
Choose a tag to compare
0.8
  • Create weather entity.
  • Include day 6 of forecast.

0.8-ssl=False

07 Nov 11:18
8cb515d
Compare
Choose a tag to compare
0.8-ssl=False Pre-release
Pre-release
  • Create weather entity.
  • Include day 6 of forecast.

0.7

06 Nov 00:15
b8dcffa
Compare
Choose a tag to compare
0.7
  • Must be running Home Assistant version 0.116.0 or later.
  • Added a new sensor for mdi icons.
  • Code refactoring.

0.7-ssl=False

06 Nov 00:16
e0f5703
Compare
Choose a tag to compare
0.7-ssl=False Pre-release
Pre-release
  • Must be running Home Assistant version 0.116.0 or later.
  • Added a new sensor for mdi icons.
  • Code refactoring.
  • Disabled ssl certificate checking for this branch.