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

MSE: fix sign_path call for compatiblity with 2022.7 #320

Merged
merged 3 commits into from
Jul 12, 2022

Commits on Jul 6, 2022

  1. MSE: fix sign_path call for compatiblity with 2022.7

    Since home-assistant/core#73829 was merged, HA now
    requires that full path including the query parameters is signed.
    
    Prior to this commit, the parameters were not included and this resulted in the
    websocket setup failures due to JWT token being invalid.
    
    This commit resolves AlexxIT#318 for me,
    although I have not tested this on any older HA instances as I don't have access
    to any.
    skrobul committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    38c77b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. add backwards compatibility

    skrobul committed Jul 7, 2022
    1 Configuration menu
    Copy the full SHA
    8f05746 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    3b50272 View commit details
    Browse the repository at this point in the history