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

Fix ESPHome nodes being auto-added without user confirmation #21444

Merged
merged 1 commit into from
Feb 26, 2019

Conversation

OttoWinter
Copy link
Member

Description:

When ESPHome devices were auto-discovered and the user didn't use any access password, the discovery step would directly lead to a config entry being created.

That defies one of the central features of config entry discovery: Ability to not set up certain devices.

This PR adds an additional step to the discovery flow that the user is asked if they want to set up a specific device.

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.

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

Successfully merging this pull request may close these issues.

3 participants