Skip to content

Fix Login Issue noted in #183#186

Closed
tcatkins99 wants to merge 33 commits into
binarydev:mainfrom
tcatkins99:login-fix
Closed

Fix Login Issue noted in #183#186
tcatkins99 wants to merge 33 commits into
binarydev:mainfrom
tcatkins99:login-fix

Conversation

@tcatkins99

Copy link
Copy Markdown

Incorporates changes from bentekkie#140

binarylogic and others added 30 commits September 2, 2024 20:03
Update homeassistant version
Add HACs installation to README
Make date parsing more resilient
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.3...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ns/checkout-4.2.2

Bump actions/checkout from 3.5.3 to 4.2.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.7.0...v5.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.2 to 4.12.3.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ns/setup-python-5.3.0

Bump actions/setup-python from 4.7.0 to 5.3.0
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4.1.0 to 5.1.0.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
- [Commits](crazy-max/ghaction-github-labeler@v4.1.0...v5.1.0)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…lows/beautifulsoup4-4.12.3

Bump beautifulsoup4 from 4.12.2 to 4.12.3 in /.github/workflows
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 4.0.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.3.3...v4.0.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…lows/pre-commit-4.0.1

Bump pre-commit from 3.3.3 to 4.0.1 in /.github/workflows
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.2 to 4.12.3.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…4.12.3

Bump beautifulsoup4 from 4.12.2 to 4.12.3
Bumps [reorder-python-imports](https://github.com/asottile/reorder-python-imports) from 3.10.0 to 3.14.0.
- [Commits](asottile/reorder-python-imports@v3.10.0...v3.14.0)

---
updated-dependencies:
- dependency-name: reorder-python-imports
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…imports-3.14.0

Bump reorder-python-imports from 3.10.0 to 3.14.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 4.0.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.3.3...v4.0.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
bentekkie and others added 3 commits January 1, 2025 00:15
@tcatkins99
tcatkins99 changed the base branch from main to dependabot/github_actions/actions/setup-python-5.6.0 May 11, 2025 23:38
@tcatkins99
tcatkins99 changed the base branch from dependabot/github_actions/actions/setup-python-5.6.0 to main May 11, 2025 23:38
@binarydev

Copy link
Copy Markdown
Owner

Looks like this is a dirty branch that incorporates various changes from the original upstream repo, instead of only the fix for the API authentication. It can't be merged as is due to a bunch of merge conflicts between the two repos after a year of divergent development. Can you please fix your PR to only have the API authentication fixes included? Any other differences can be submitted separately if you'd like (or omitted altogether)

@tcatkins99

Copy link
Copy Markdown
Author

Looks like this is a dirty branch that incorporates various changes from the original upstream repo, instead of only the fix for the API authentication. It can't be merged as is due to a bunch of merge conflicts between the two repos after a year of divergent development. Can you please fix your PR to only have the API authentication fixes included? Any other differences can be submitted separately if you'd like (or omitted altogether)

Yeah that's my bad. I forked the wrong repo! If you want to close this one I'll resubmit.

@binarydev binarydev closed this May 11, 2025
@binarydev

Copy link
Copy Markdown
Owner

Thanks for the super fast response! Closing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants