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

Change to OAuth Access Token #95

Open
drobtravels opened this issue Aug 19, 2018 · 2 comments
Open

Change to OAuth Access Token #95

drobtravels opened this issue Aug 19, 2018 · 2 comments

Comments

@drobtravels
Copy link

Home Assistant has a new auth system as a Release Candidate which uses oauth instead of an api password. It will be the default in the next release 0.76.

With the new auth system, users will see an error "Please change to use bearer token access" and node red will be unable to connect to Home Assistant.

Users will need to enable the legacy api password to allow node red to continue to work, until this is switch to use oauth

auth_providers:
   - type: homeassistant
  # below will be required for node red to continue to work.
   - type: legacy_api_password

See home-assistant/core#15376

@drobtravels
Copy link
Author

This might be useful for reference https://github.com/elvetemedve/node-red-contrib-oauth2

@frenck
Copy link

frenck commented Sep 9, 2018

Please note, this does not apply to Hassio, which uses an API token from the Supervisor proxy.

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

No branches or pull requests

2 participants