Releases: briis/pymeteobridgesql
Releases · briis/pymeteobridgesql
Release 1.3.3
Date: 2025-01-12
What Changed
- Added Non Async Initialize Method to fix Blocking Errorsin Home Assistant 2025.1
Full Changelog: v1.3.2...v1.3.3
v1.3.2
Date: 2025-01-12
What Changed
- If PM2.5 is 0, we should return 0 as AQI and None
Full Changelog: v1.3.1...v1.3.2
Release 1.3.1
Date: 2025-01-12
What Changed
- Fixing wrong dataset returned from Station Data
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #3
- Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 by @dependabot in #5
- Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.12.2 by @dependabot in #9
- Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot in #10
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Date: 2024-05-25
What Changed
- Added function to get data from
daily_data
using a view to get calculated values also.
Full Changelog: v1.2.5...v1.3.0
v1.2.5
Date: 2024-05-14
What Changed
-
Now retrieving
minute_data
from View instead of Table to be able to get calculated fields -
Full Changelog: v1.2.4...v1.2.5
v1.2.4
Release 1.2.3
Release 1.2.2
v1.2.1
v1.2.0
Date: 2024-04-29
What Changed
- Added dataclass for
MonthlyData
andMinuteData
- Added Functions to retrieve data from the above two tables
Full Changelog: v1.1.7...v1.2.0