Summary
My Ring Indoor Cam Plus (released October 2025, Retinal 2K) is shown in Home Assistant via the official Ring integration as an "Unknown Stickup Cam". Only basic entities are created (volume, last activity, live view, last recording). The expected motion event, motion detection switch, and siren entities are not created.
Logs
ERROR (MainThread) [ring_doorbell.stickup_cam] Unknown kind: stickup_cam_mini_v3
Device kind
stickup_cam_mini_v3
Expected behaviour
The device should be recognised as an indoor camera (it appears to be the successor to the Indoor Cam Gen 2, kind stickup_cam_mini_v2) and expose the appropriate capabilities, including motion events, motion detection switch, and siren, as the Gen 2 model does.
Suggested fix
Add stickup_cam_mini_v3 to INDOOR_CAM_GEN2_KINDS (or a new INDOOR_CAM_PLUS_KINDS constant) in ring_doorbell/const.py.
I'm happy to test a build with this change, since I have the device.
Summary
My Ring Indoor Cam Plus (released October 2025, Retinal 2K) is shown in Home Assistant via the official Ring integration as an "Unknown Stickup Cam". Only basic entities are created (volume, last activity, live view, last recording). The expected motion event, motion detection switch, and siren entities are not created.
Logs
Device kind
stickup_cam_mini_v3Expected behaviour
The device should be recognised as an indoor camera (it appears to be the successor to the Indoor Cam Gen 2, kind
stickup_cam_mini_v2) and expose the appropriate capabilities, including motion events, motion detection switch, and siren, as the Gen 2 model does.Suggested fix
Add
stickup_cam_mini_v3toINDOOR_CAM_GEN2_KINDS(or a newINDOOR_CAM_PLUS_KINDSconstant) inring_doorbell/const.py.I'm happy to test a build with this change, since I have the device.