dependabot[bot]
|
0071642d77
|
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-18 08:50:10 +00:00 |
|
dependabot[bot]
|
42a56b73a3
|
Bump pre-commit-hooks from 5.0.0 to 6.0.0
Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases)
- [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0)
---
updated-dependencies:
- dependency-name: pre-commit-hooks
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-11 10:14:36 +00:00 |
|
dependabot[bot]
|
65d1e99d88
|
Bump pre-commit from 4.2.0 to 4.3.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.3.0)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-version: 4.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-11 09:33:35 +00:00 |
|
Ron
|
fdcdc01b7b
|
Merge pull request #313 from cyberjunky/dependabot/pip/ruff-0.12.1
Bump ruff from 0.12.0 to 0.12.1
|
2025-07-03 11:49:00 +02:00 |
|
dependabot[bot]
|
7b3a0bc970
|
Bump ruff from 0.12.0 to 0.12.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.0...0.12.1)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-30 07:41:13 +00:00 |
|
Ron
|
9ed3f37762
|
Merge pull request #312 from cyberjunky/coderabbitai/docstrings/u59f
📝 Add docstrings to `mfa`
|
2025-06-23 13:28:48 +02:00 |
|
Ron
|
5cf1038c35
|
Update README.md
|
2025-06-23 13:28:02 +02:00 |
|
coderabbitai[bot]
|
d6dc1198e4
|
📝 Add docstrings to mfa
Docstrings generation was requested by @cyberjunky.
* https://github.com/cyberjunky/home-assistant-garmin_connect/pull/306#issuecomment-2943501760
The following files were modified:
* `custom_components/garmin_connect/__init__.py`
* `custom_components/garmin_connect/config_flow.py`
* `custom_components/garmin_connect/sensor.py`
|
2025-06-23 11:21:32 +00:00 |
|
Ron
|
bca3360261
|
Update README.md
|
2025-06-23 13:14:36 +02:00 |
|
Ron
|
ca1acbc9f4
|
Merge pull request #311 from cyberjunky/dependabot/pip/ruff-0.12.0
Bump ruff from 0.11.12 to 0.12.0
|
2025-06-23 12:40:43 +02:00 |
|
dependabot[bot]
|
4c3cd3e8d3
|
Bump ruff from 0.11.12 to 0.12.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.12 to 0.12.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.12...0.12.0)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-23 07:16:37 +00:00 |
|
Ron Klinkien
|
799ad51305
|
Fixed return types
|
2025-06-05 11:12:59 +00:00 |
|
Ron
|
0a7fb1b9fa
|
Merge pull request #307 from cyberjunky/coderabbitai/docstrings/u59f
📝 Add docstrings to `mfa`
|
2025-06-05 13:05:32 +02:00 |
|
Ron Klinkien
|
dc5bf13660
|
Fixed indentation in config_flow.py
|
2025-06-05 11:03:53 +00:00 |
|
coderabbitai[bot]
|
9a83f6aca8
|
📝 Add docstrings to mfa
Docstrings generation was requested by @cyberjunky.
* https://github.com/cyberjunky/home-assistant-garmin_connect/pull/306#issuecomment-2943501760
The following files were modified:
* `custom_components/garmin_connect/__init__.py`
* `custom_components/garmin_connect/config_flow.py`
* `custom_components/garmin_connect/sensor.py`
|
2025-06-05 10:54:20 +00:00 |
|
Ron
|
d0e7a15d35
|
Merge branch 'main' into mfa
|
2025-06-05 12:53:36 +02:00 |
|
Ron
|
509ee86bc1
|
Update custom_components/garmin_connect/config_flow.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2025-06-05 12:08:43 +02:00 |
|
Ron
|
a5632b4650
|
Update custom_components/garmin_connect/config_flow.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2025-06-05 12:08:24 +02:00 |
|
Ron
|
13e00af7a0
|
Update custom_components/garmin_connect/__init__.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2025-06-05 12:08:12 +02:00 |
|
Ron
|
8ba2734c9f
|
Merge pull request #304 from cyberjunky/dependabot/pip/ruff-0.11.12
Bump ruff from 0.11.5 to 0.11.12
|
2025-06-05 11:46:43 +02:00 |
|
Ron
|
d0d519b738
|
Merge pull request #303 from cyberjunky/dependabot/pip/setuptools-80.9.0
Bump setuptools from 78.1.0 to 80.9.0
|
2025-06-05 11:46:32 +02:00 |
|
dependabot[bot]
|
c8592e9e43
|
Bump setuptools from 78.1.0 to 80.9.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 78.1.0 to 80.9.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v78.1.0...v80.9.0)
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.9.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-05 09:45:43 +00:00 |
|
dependabot[bot]
|
57ffa3f47b
|
Bump ruff from 0.11.5 to 0.11.12
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.5 to 0.11.12.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.5...0.11.12)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-05 09:45:40 +00:00 |
|
Ron
|
4edc2993bf
|
Merge pull request #300 from cyberjunky/dependabot/pip/pyupgrade-3.20.0
Bump pyupgrade from 3.19.1 to 3.20.0
|
2025-06-05 11:44:42 +02:00 |
|
Ron
|
015110f5e6
|
Merge pull request #298 from cyberjunky/dependabot/pip/pip-297a1d6f26
Bump setuptools from 78.1.0 to 78.1.1 in the pip group
|
2025-06-05 11:44:33 +02:00 |
|
Ron Klinkien
|
d25506e3d2
|
Bumped garminconnect to 0.2.27
|
2025-06-05 09:43:31 +00:00 |
|
dependabot[bot]
|
6c0f7eba64
|
Bump pyupgrade from 3.19.1 to 3.20.0
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.19.1 to 3.20.0.
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.19.1...v3.20.0)
---
updated-dependencies:
- dependency-name: pyupgrade
dependency-version: 3.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-26 06:34:01 +00:00 |
|
dependabot[bot]
|
21204bed29
|
Bump setuptools from 78.1.0 to 78.1.1 in the pip group
Bumps the pip group with 1 update: [setuptools](https://github.com/pypa/setuptools).
Updates `setuptools` from 78.1.0 to 78.1.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v78.1.0...v78.1.1)
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 78.1.1
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-20 01:42:15 +00:00 |
|
Ron Klinkien
|
9cf1b3a3bb
|
Migrate from old config flow to new config flow
Catch authentication errors and show them in the UI
Limit last activity to 5 in attributes
0.2.31-beta-04
|
2025-04-19 10:38:01 +00:00 |
|
Ron Klinkien
|
84ad53891b
|
Added new sensors to README.md
0.2.31-beta-03
|
2025-04-18 18:31:07 +00:00 |
|
Ron Klinkien
|
4163be285f
|
Added hydration sensors
|
2025-04-18 18:30:04 +00:00 |
|
Ron
|
ee5df999a0
|
Update README.md
|
2025-04-18 20:09:58 +02:00 |
|
Ron Klinkien
|
a179131a94
|
Added Age sensors
Only store last 10 activities in attribute
0.2.31-beta-02
|
2025-04-18 18:06:12 +00:00 |
|
Ron
|
9d57849ced
|
Merge pull request #281 from cyberjunky/dependabot/pip/ruff-0.11.5
Bump ruff from 0.11.4 to 0.11.5
|
2025-04-18 17:44:35 +02:00 |
|
Ron
|
4a9901958e
|
Update README.md
0.2.31-beta-01
|
2025-04-18 17:26:12 +02:00 |
|
Ron Klinkien
|
7c119b9fe5
|
First beta version with MFA support.
|
2025-04-18 15:16:59 +00:00 |
|
dependabot[bot]
|
89ea628936
|
Bump ruff from 0.11.4 to 0.11.5
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.4...0.11.5)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-14 06:10:16 +00:00 |
|
Ron
|
8e0a27d9b7
|
Merge pull request #279 from cyberjunky/dependabot/pip/ruff-0.11.4
Bump ruff from 0.11.2 to 0.11.4
|
2025-04-08 15:58:25 +02:00 |
|
dependabot[bot]
|
83840b8829
|
Bump ruff from 0.11.2 to 0.11.4
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.2 to 0.11.4.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.2...0.11.4)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-07 07:13:47 +00:00 |
|
Ron
|
b41cf2c007
|
Merge pull request #265 from cyberjunky/dependabot/pip/isort-6.0.1
Bump isort from 6.0.0 to 6.0.1
|
2025-04-04 09:32:31 +02:00 |
|
Ron
|
01981a0e9b
|
Merge branch 'main' into dependabot/pip/isort-6.0.1
|
2025-04-04 09:32:24 +02:00 |
|
Ron
|
107c0af24f
|
Merge pull request #272 from cyberjunky/dependabot/pip/homeassistant-2025.3.3
Bump homeassistant from 2025.2.1 to 2025.3.3
|
2025-04-04 09:31:45 +02:00 |
|
Ron
|
401d2e6b59
|
Merge pull request #274 from cyberjunky/dependabot/pip/ruff-0.11.2
Bump ruff from 0.9.5 to 0.11.2
|
2025-04-04 09:31:34 +02:00 |
|
Ron
|
0e22122c00
|
Merge pull request #275 from cyberjunky/dependabot/pip/pre-commit-4.2.0
Bump pre-commit from 4.1.0 to 4.2.0
|
2025-04-04 09:31:24 +02:00 |
|
Ron
|
6cb7e46d0e
|
Merge pull request #277 from cyberjunky/dependabot/pip/setuptools-78.1.0
Bump setuptools from 75.8.0 to 78.1.0
|
2025-04-04 09:31:12 +02:00 |
|
dependabot[bot]
|
c357da5a81
|
Bump setuptools from 75.8.0 to 78.1.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.0 to 78.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v78.1.0)
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-31 06:48:22 +00:00 |
|
dependabot[bot]
|
680d95bddc
|
Bump ruff from 0.9.5 to 0.11.2
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.5 to 0.11.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.5...0.11.2)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-24 06:54:46 +00:00 |
|
dependabot[bot]
|
36bbd2f891
|
Bump pre-commit from 4.1.0 to 4.2.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v4.1.0...v4.2.0)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-24 06:54:46 +00:00 |
|
dependabot[bot]
|
68246a587e
|
Bump homeassistant from 2025.2.1 to 2025.3.3
Bumps [homeassistant](https://github.com/home-assistant/core) from 2025.2.1 to 2025.3.3.
- [Release notes](https://github.com/home-assistant/core/releases)
- [Commits](https://github.com/home-assistant/core/compare/2025.2.1...2025.3.3)
---
updated-dependencies:
- dependency-name: homeassistant
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-17 06:57:52 +00:00 |
|
dependabot[bot]
|
704eb68fbc
|
Bump isort from 6.0.0 to 6.0.1
Bumps [isort](https://github.com/PyCQA/isort) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PyCQA/isort/compare/6.0.0...6.0.1)
---
updated-dependencies:
- dependency-name: isort
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-03 06:26:21 +00:00 |
|