Releases: briis/meteobridgesql
v1.2.1
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
Date: 2025-02-23
What's Changed
-
Added two new fields to the realtime table.
windbearingavg10
andwindbearingdavg
. 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 inpymeteobridgesql
-
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.
- Bump mysql-connector-python from 9.1.0 to 9.2.0 by @dependabot in #121
- Update pip requirement from <24.4,>=24.1.1 to >=24.1.1,<25.1 by @dependabot in #119
- Bump ruff from 0.9.2 to 0.9.3 by @dependabot in #120
- Bump homeassistant from 2025.1.3 to 2025.1.4 by @dependabot in #118
- Bump ruff from 0.9.3 to 0.9.6 by @dependabot in #127
- Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in #123
- Bump homeassistant from 2025.1.4 to 2025.2.5 by @dependabot in #128
Full Changelog: v1.1.12...v1.2.0
Release 1.1.12
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
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
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
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
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
What's Changed
- Bump ruff from 0.4.2 to 0.4.3 by @dependabot in #31
- Bump mysql-connector-python from 8.3.0 to 8.4.0 by @dependabot in #29
- Bump homeassistant from 2024.4.4 to 2024.5.2 by @dependabot in #32
- Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #36
- Bump softprops/action-gh-release from 2.0.4 to 2.0.5 by @dependabot in #35
- Bump homeassistant from 2024.5.2 to 2024.5.3 by @dependabot in #34
- Bump ruff from 0.4.3 to 0.4.4 by @dependabot in #33
- Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #38
- Bump homeassistant from 2024.5.3 to 2024.5.4 by @dependabot in #37
- Bump ruff from 0.4.4 to 0.4.5 by @dependabot in #40
- Bump homeassistant from 2024.5.4 to 2024.5.5 by @dependabot in #39
- Bump homeassistant from 2024.5.5 to 2024.6.4 by @dependabot in #48
- Bump softprops/action-gh-release from 2.0.5 to 2.0.6 by @dependabot in #47
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #44
- Bump ruff from 0.4.5 to 0.5.0 by @dependabot in #52
- Update pip requirement from <24.1,>=23.2.1 to >=24.1.1,<24.2 by @dependabot in #51
- Bump homeassistant from 2024.6.4 to 2024.7.2 by @dependabot in #58
- Bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in #56
- Bump mysql-connector-python from 8.4.0 to 9.0.0 by @dependabot in #53
- Bump ruff from 0.5.0 to 0.5.2 by @dependabot in #57
- Bump softprops/action-gh-release from 2.0.6 to 2.0.8 by @dependabot in #61
- Bump homeassistant from 2024.7.2 to 2024.7.3 by @dependabot in #60
- Bump ruff from 0.5.2 to 0.5.5 by @dependabot in #62
- Update pip requirement from <24.2,>=24.1.1 to >=24.1.1,<24.3 by @dependabot in #63
- Bump homeassistant from 2024.7.3 to 2024.7.4 by @dependabot in #65
- Bump ruff from 0.5.5 to 0.5.6 by @dependabot in #64
- Bump homeassistant from 2024.7.4 to 2024.8.1 by @dependabot in #67
- Bump ruff from 0.5.6 to 0.5.7 by @dependabot in #66
- Bump ruff from 0.5.7 to 0.6.3 by @dependabot in #72
- Bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in #73
- Bump homeassistant from 2024.8.1 to 2024.9.1 by @dependabot in #75
- Bump mysql-connector-python from 9.0.0 to 9.1.0 by @dependabot in #88
- Bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in #89
- Bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in #90
- Bump softprops/action-gh-release from 2.0.8 to 2.0.9 by @dependabot in #94
- Update pip requirement from <24.3,>=24.1.1 to >=24.1.1,<24.4 by @dependabot in #93
- Bump ruff from 0.6.3 to 0.7.3 by @dependabot in #98
- Bump colorlog from 6.8.2 to 6.9.0 by @dependabot in #96
- Bump homeassistant from 2024.9.1 to 2024.11.1 by @dependabot in #97
- Bump softprops/action-gh-release from 2.0.9 to 2.1.0 by @dependabot in #101
- Bump ruff from 0.7.3 to 0.7.4 by @dependabot in #100
- Bump homeassistant from 2024.11.1 to 2024.11.2 by @dependabot in #99
Full Changelog: v1.1.6...v1.1.7
Release 1.1.6
What's Changed
- Bumped pymeteobridgesql to 1.2.2 to support new database fields
- Added visibility to Hourly Forecast
- 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.6
Release 1.1.5
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