Releases: YorkshireIoT/ha-google-fit
Releases · YorkshireIoT/ha-google-fit
v1.1.0
What's Changed
Improvements
- Add additional info to UI pop up when configuration fails due to access error @YorkshireIoT in #78
Dependencies
- Bump google-api-python-client from 2.91.0 to 2.93.0 by @dependabot in #72
- Bump ruff from 0.0.275 to 0.0.278 by @dependabot in #73
- Bump actions/setup-python from 4.6.1 to 4.7.0 by @dependabot in #76
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
Breaking Changes ⚠️
- Add new oxygen saturation sensor by @YorkshireIoT in #65
- Will require re-authentication due to new scope
Dependencies
- Bump ruff from 0.0.272 to 0.0.275 by @dependabot in #64
- Bump google-api-python-client from 2.89.0 to 2.91.0 by @dependabot in #66
Full Changelog: v0.3.2...v1.0.0
v0.3.2
What's Changed
- Bump ruff from 0.0.265 to 0.0.267 by @dependabot in #51
- Bump actions/setup-python from 4.6.0 to 4.6.1 by @dependabot in #55
- Bump google-api-python-client from 2.86.0 to 2.87.0 by @dependabot in #56
- Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #60
- Bump google-api-python-client from 2.87.0 to 2.88.0 by @dependabot in #58
- Bump ruff from 0.0.267 to 0.0.272 by @dependabot in #61
- Bump google-api-python-client from 2.88.0 to 2.89.0 by @dependabot in #62
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Bump ruff from 0.0.262 to 0.0.263 by @dependabot in #47
- Document ability to add a second google fit account by @YorkshireIoT in #49
- Bump ruff from 0.0.263 to 0.0.265 by @dependabot in #48
- Add additional debug logging by @YorkshireIoT in #50
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Add configuration option for when there is no data available in the user account by @YorkshireIoT in #46
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Breaking Changes!
Due to all the new sensors that have been added new permission scopes were required.
This means re-authentication will be required!
Notable Changes
- 10 new sensors added!
- Deep Sleep
- Light Sleep
- REM Sleep
- Awake Time
- Sleep
- Blood Pressure Diastolic
- Blood Pressure Systolic
- Heart Rate
- Resting Heart Rate
- Hydration
- Update interval is now configurable
All changes
- Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #3
- Update README to include some screenshots of an example configuration by @YorkshireIoT in #11
- Add links to Google Docs for each available sensor by @YorkshireIoT in #13
- Bump ruff from 0.0.259 to 0.0.260 by @dependabot in #15
- Bump google-api-python-client from 2.82.0 to 2.84.0 by @dependabot in #18
- 7 add sleep sensor by @YorkshireIoT in #19
- Check whether first data fetch returns an authentication error, and u… by @YorkshireIoT in #24
- Bump ruff from 0.0.260 to 0.0.261 by @dependabot in #23
- Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #27
- Bump google-api-python-client from 2.84.0 to 2.86.0 by @dependabot in #30
- Add heart rate and blood pressure sensors by @YorkshireIoT in #31
- Add blood pressure + heart rate sensors to README table by @YorkshireIoT in #32
- Shorten sleep sensor names by @YorkshireIoT in #38
- Update pip requirement from <23.1,>=21.0 to >=21.0,<23.2 by @dependabot in #28
- Add hydration sensor by @YorkshireIoT in #39
- Bump actions/setup-python from 4.5.0 to 4.6.0 by @dependabot in #42
- Fix configurable option by @YorkshireIoT in #45
- Bump ruff from 0.0.261 to 0.0.262 by @dependabot in #43
Full Changelog: v0.1.0...v0.2.1
v0.2.0 Beta 4
What's Changed
- Bump actions/setup-python from 4.5.0 to 4.6.0 by @dependabot in #42
- Add option to configure update interval
Full Changelog: v0.2.0-b3...v0.2.0-b4
v0.2.0 Beta 3
What's Changed
- Update pip requirement from <23.1,>=21.0 to >=21.0,<23.2 by @dependabot in #28
- Add hydration sensor by @YorkshireIoT in #39
Breaking Changes
- Shorten sleep sensor names by @YorkshireIoT in #38
Full Changelog: v0.2.0-b2...v0.2.0-b3
v0.2.0 Beta 2
What's Changed
- Check whether first data fetch returns an authentication error, and u… by @YorkshireIoT in #24
- Bump ruff from 0.0.260 to 0.0.261 by @dependabot in #23
- Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #27
- Bump google-api-python-client from 2.84.0 to 2.86.0 by @dependabot in #30
- Add blood pressure + heart rate sensors to README table by @YorkshireIoT in #32
Breaking Changes
Added heart rate and blood pressure sensors so new scopes added which requires re-configuration
- Add heart rate and blood pressure sensors by @YorkshireIoT in #31
Full Changelog: v0.2.0-b1...v0.2.0-b2
v0.2.0 Beta 1
What's Changed
- Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #3
- Update README to include some screenshots of an example configuration by @YorkshireIoT in #11
- Add links to Google Docs for each available sensor by @YorkshireIoT in #13
- Bump ruff from 0.0.259 to 0.0.260 by @dependabot in #15
- Bump google-api-python-client from 2.82.0 to 2.84.0 by @dependabot in #18
Breaking Changes
New sensor scope added so re-configuration required.
- 7 add sleep sensor by @YorkshireIoT in #19
Full Changelog: v0.1.0...v0.2.0-b1