Add doorbell_tahoe to DOORBELL_WIRED_KINDS (Ring Wired Video Doorbell Retinal 2K)#536
Open
ben79 wants to merge 1 commit into
Open
Add doorbell_tahoe to DOORBELL_WIRED_KINDS (Ring Wired Video Doorbell Retinal 2K)#536ben79 wants to merge 1 commit into
ben79 wants to merge 1 commit into
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR adds
"doorbell_tahoe"toDOORBELL_WIRED_KINDSinring_doorbell/const.pyto add support for the 2026 Ring Wired Video Doorbell ("Retinal 2K" model).Problem
The Ring devices API reports the device kind for the 2026 Ring Wired Video Doorbell as
doorbell_tahoe. Because this identifier is currently missing fromDOORBELL_WIRED_KINDS(and all other device-kind lists), the library fails to classify the device as a wired doorbell.In downstream consumers like Home Assistant, this results in the device initializing only as a generic camera with basic health entities—stripping out critical capabilities including:
event.*_ding)Solution
Added
"doorbell_tahoe"to theDOORBELL_WIRED_KINDSlist inring_doorbell/const.py.Device Details
doorbell_tahoecam-20.4.600Verification & Testing
Tested by hot-patching
ring-doorbell0.9.14 in a running Home Assistant Core (2026.7.2) container environment:DOORBELL_WIRED_KINDSlocally to include"doorbell_tahoe".Checklist