Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check login with an info call #90

Merged
merged 7 commits into from
Dec 18, 2021
Merged

Check login with an info call #90

merged 7 commits into from
Dec 18, 2021

Commits on Nov 7, 2021

  1. Check v1 login with an info call

    Sometimes a v1 login call can report succes while actually not beeing autorized to get info, v2 login does work in that case.
    See: home-assistant/core#59025 as an example.
    
    This will check the V1 login call with a get_info call, if that fails, v2 login is automatically tried.
    starkillerOG authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    5a79f27 View commit details
    Browse the repository at this point in the history
  2. fix black

    starkillerOG authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    9b72ecd View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    2f9b7ea View commit details
    Browse the repository at this point in the history
  2. also check login_v2

    starkillerOG committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    ecdc434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    307b48c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    61294ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c408c View commit details
    Browse the repository at this point in the history