-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Ignore link local addresses during doorbird ssdp config flow #33401
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,34 +1,36 @@ | ||
| { | ||
| "config": { | ||
| "abort": { | ||
| "already_configured": "This DoorBird is already configured" | ||
| }, | ||
| "error": { | ||
| "cannot_connect": "Failed to connect, please try again", | ||
| "invalid_auth": "Invalid authentication", | ||
| "unknown": "Unexpected error" | ||
| }, | ||
| "step": { | ||
| "user": { | ||
| "data": { | ||
| "host": "Host (IP Address)", | ||
| "name": "Device Name", | ||
| "password": "Password", | ||
| "username": "Username" | ||
| }, | ||
| "title": "Connect to the DoorBird" | ||
| "options" : { | ||
| "step" : { | ||
| "init" : { | ||
| "data" : { | ||
| "events" : "Comma separated list of events." | ||
| }, | ||
| "description" : "Add an comma separated event name for each event you wish to track. After entering them here, use the DoorBird app to assign them to a specific event. See the documentation at https://www.home-assistant.io/integrations/doorbird/#events. Example: somebody_pressed_the_button, motion" | ||
| } | ||
| } | ||
| }, | ||
| "config" : { | ||
| "step" : { | ||
| "user" : { | ||
| "title" : "Connect to the DoorBird", | ||
| "data" : { | ||
| "password" : "Password", | ||
| "host" : "Host (IP Address)", | ||
| "name" : "Device Name", | ||
| "username" : "Username" | ||
| } | ||
| }, | ||
| "title": "DoorBird" | ||
| }, | ||
| "options": { | ||
| "step": { | ||
| "init": { | ||
| "data": { | ||
| "events": "Comma separated list of events." | ||
| }, | ||
| "description": "Add an comma separated event name for each event you wish to track. After entering them here, use the DoorBird app to assign them to a specific event. See the documentation at https://www.home-assistant.io/integrations/doorbird/#events. Example: somebody_pressed_the_button, motion" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "abort" : { | ||
| "already_configured" : "This DoorBird is already configured", | ||
| "link_local_address": "Link local addresses are not supported", | ||
| "not_doorbird_device": "This device is not a DoorBird" | ||
| }, | ||
| "title" : "DoorBird", | ||
| "error" : { | ||
| "invalid_auth" : "Invalid authentication", | ||
| "unknown" : "Unexpected error", | ||
| "cannot_connect" : "Failed to connect, please try again" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.