Skip to content

Releases: briis/meteobridgesql

v1.2.1

11 Mar 13:19
Compare
Choose a tag to compare

Date: 2025-03-11

Changes

  • Added Device Class WIND_DIRECTION to the relevant sensors.
  • Bump isal from 1.7.1 to 1.7.2 by @dependabot in #133

Full Changelog: v1.2.0...v1.2.1

Release 1.2.0

23 Feb 15:14
Compare
Choose a tag to compare

Date: 2025-02-23

What's Changed

  • Added two new fields to the realtime table. windbearingavg10 and windbearingdavg. The two fields represent the last 10 minute average wind bearing and the daily average wind bearing. This is a breaking change as these fields need to be manually created in the table as follows:

    windbearingavg10 INT NULL DEFAULT 'NULL' ,
    windbearingdavg INT NULL DEFAULT 'NULL' ,
    You can find more info in pymeteobridgesql

  • Added two new Sensors, using the above new data fields.

NOTE If these two fields are not added to the Realtime table, you cannot update to this version.

Full Changelog: v1.1.12...v1.2.0

Release 1.1.12

24 Jan 05:35
Compare
Choose a tag to compare

What's Changed

  • Re-added mysql to manifest.

  • Bump ruff from 0.9.1 to 0.9.2 by @dependabot in #116

Full Changelog: v1.1.11...v1.1.12

Release 1.1.11

12 Jan 11:14
Compare
Choose a tag to compare

Date: 2025-01-11

Changes

  • Fixing Blocking Errors in Home Assistant 2025.1
  • Bumped pymeteobridgesql to 1.3.3

Full Changelog: v1.1.10...v1.1.11

Release 1.1.10

12 Jan 10:00
Compare
Choose a tag to compare

Date: 2025-01-11

Changes

  • Fixed errors in config flow.
  • Added Startup LOGGER Banner. Thanks to MTrab for the code.

Full Changelog: v1.1.9...v1.1.10

Release 1.1.9

12 Jan 08:44
Compare
Choose a tag to compare

Date: 2025-01-11

Changes

  • Fixed errors in config flow, causing blocking calls errors.
  • Fixed missing AQI value if PM2.5 was 0
  • Bumped pymeteobridgesql to 1.3.2

Full Changelog: v1.1.8...v1.1.9

Release 1.1.8

11 Jan 12:19
Compare
Choose a tag to compare

What's Changed

  • Bumped development environment to Python 3.13
  • Bump softprops/action-gh-release from 2.1.0 to 2.2.0 by @dependabot in #109
  • Bump ruff from 0.8.6 to 0.9.1 by @dependabot in #114

Full Changelog: v1.1.7...v1.1.8

v1.1.7

20 Nov 08:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

Release 1.1.6

05 May 11:28
Compare
Choose a tag to compare

What's Changed

  • Bumped pymeteobridgesql to 1.2.2 to support new database fields
  • Added visibility to Hourly Forecast

Full Changelog: v1.1.4...v1.1.6

Release 1.1.5

01 May 17:20
Compare
Choose a tag to compare

Date: 2024-05-01

Changes

  • Bumped pymeteobridgesql to 1.2.1 to support new database fields
  • Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #28
  • Bump ruff from 0.4.1 to 0.4.2 by @dependabot in #27

Full Changelog: v1.1.4...v1.1.5