-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for Ring Intercom (bypass #91600) #104554
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @shatteringlass,
When attempting to inspect the commits of your pull request for CLA signature status among all authors we encountered commit(s) which were not linked to a GitHub account, thus not allowing us to determine their status(es).
The commits that are missing a linked GitHub account are the following:
4347874bb0f1f309398e9201251c9a246fc26a92
- This commit has something that looks like an email address (ivanmartinga@gmail.com). Maybe try linking that to GitHub?.
Unfortunately, we are unable to accept this pull request until this situation is corrected.
Here are your options:
-
If you had an email address set for the commit that simply wasn't linked to your GitHub account you can link that email now and it will retroactively apply to your commits. The simplest way to do this is to click the link to one of the above commits and look for a blue question mark in a blue circle in the top left. Hovering over that bubble will show you what email address you used. Clicking on that button will take you to your email address settings on GitHub. Just add the email address on that page and you're all set. GitHub has more information about this option in their help center.
-
If you didn't use an email address at all, it was an invalid email, or it's one you can't link to your GitHub, you will need to change the authorship information of the commit and your global Git settings so this doesn't happen again going forward. GitHub provides some great instructions on how to change your authorship information in their help center.
- If you only made a single commit you should be able to run
(substituting "Author Name" and "
git commit --amend --author="Author Name <email@address.com>"
email@address.com
" for your actual information) to set the authorship information. - If you made more than one commit and the commit with the missing authorship information is not the most recent one you have two options:
- You can re-create all commits missing authorship information. This is going to be the easiest solution for developers that aren't extremely confident in their Git and command line skills.
- You can use this script that GitHub provides to rewrite history. Please note: this should be used only if you are very confident in your abilities and understand its impacts.
- Whichever method you choose, I will come by to re-check the pull request once you push the fixes to this branch.
- If you only made a single commit you should be able to run
We apologize for this inconvenience, especially since it usually bites new contributors to Home Assistant. We hope you understand the need for us to protect ourselves and the great community we all have built legally. The best thing to come out of this is that you only need to fix this once and it benefits the entire Home Assistant and GitHub community.
Thanks, I look forward to checking this PR again soon! ❤️
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Hey there @sdb9696, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Hi @shatteringlass, AFAICT the ring_doorbell library does not yet support intercom devices. There is a PR open to add support but it is old and has not been merged. How are you testing this HA PR? Are you using a custom fork of the library? I've recently been added as a maintainer on the ring_doorbell library. I'm happy to help getting this functionality into the library and then into HA but we would need to work on the ring_doorbell library first. |
Hello @sdb9696 , sorry for any confusion I may have caused. This PR is not containing any of my code, rather it is putting together the contributions of @MartinPham and @seik. To this day, I have been succesfully running https://github.com/MartinPham/ring-integration-modified and I think it is ready to be merged. |
Hi @shatteringlass please see my comment on #91600 (comment). This PR will not work without changes to the dependant library. Also I'm not sure how you've pulled in seik's commit but it doesn't seem to have worked properly as it doesn't show any content and the bot is complaining above. |
Thanks for you clarification. I will close this PR for now and see if I can work in the direction you have highlighted. |
Note to maintainers: this is simply a bypass to PR #91600 (whose author, @MartinPham has been inactive for several months) incorporating the required fixes as provided by seik@9728a5a. Hopefully this will get the ball rolling again.