Fix Login Issue noted in #183#186
Conversation
Update homeassistant version
Add HACs installation to README
Minor cleanup
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>
Bump pre-commit from 3.3.3 to 4.0.1
…-github-labeler-5.1.0
…-max/ghaction-github-labeler-5.1.0 Bump crazy-max/ghaction-github-labeler from 4.1.0 to 5.1.0
|
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. |
|
Thanks for the super fast response! Closing this out. |
Incorporates changes from bentekkie#140