Ring Chime Integration - Add Ring Chime devices as switch entities to allow for playing "ding" and "motion" sounds

Current Ring integration does not provide a switch interface for the Ring Chime devices so that you can control / trigger the ding or motion sounds.

Today I’m required to run an instance of the HomeBridge Ring plugin which provides this capability, then I link HomeBridge to Home Assistant via the HomeKit Controller integration. Would love to see this capability integrated within HomeAssistant rather than having to rely on HomeBridge and the HomeKit Controller integration.

Did you get any further with this? I would also love that feature!

PR: Add buttons to Ring chime devices to play ding and motion chimes by grablair · Pull Request #71370 · home-assistant/core · GitHub

And it’s merged! cc: @Patrick1610 and @coomacheek

That’s amazing! When do you expect to see this in a Home Assistant release? Do you need testers? :hugs:

It’s gonna be in the next release, which should be tomorrow!

2 Likes

I’ve updated to 2022.6.1 and have tried reloading and reinstalling the Ring integration but my 2 Ring chimes are not appearing. Is there some manual configuration required?

Looking forward to using this!

Hi, my current door bell setting is a KNX push button, triggering a mp3 file played to my Sonos speaker. But that setup is quite unreliable, unfortunately.

My idea now is to buy a Ring chime and trigger it when the KNX push button is being pushed. Unfortunately, this thread ended abruptly, before anyone confirmed that it’s working with a switch entity for the chime to play a sound. Is it? Can anyone confirm, before I buy it?

Thanks a lot!

The Ring integration now has the ability to play a ding from within Home Assistant. You can see here for more info: Add buttons to Ring chime devices to play ding and motion chimes by grablair · Pull Request #71370 · home-assistant/core · GitHub

1 Like

Just to confirm - even it should be clear from the recent posts - it is indeed possible to “ring” a chime from HA via script / automation. You don’t need any other ring device, just the chime (and of course a ring account).

I’m now using a ring chime as my door bell, triggered by a simple KNX push button - and it works very great.

1 Like

I may be being dense, but how do you fold the Ring Chime in to an automation?
I have a UniFi doorbell that has replaced a Ring unit, and want to continue to use the chime. I’ve set up an automation that has a doorbell press on the UniFi as the trigger, but I cannot figure out how to use the chime as the action.

I can trigger the chime by clicking the alarm button on the Device page, but that doesn’t seem available to me to add to the automation.

Please excuse my ineptness!

1 Like

It’s under the Siren service. So you would trigger the “siren.toggle” service of the entity to make the ring chime “ding”.

here is the PR where they switched the chime to use the siren service:

1 Like

While I can play the “siren” for the “ding dong” when the button is pressed, I’m not seeing how to trigger the motion sound separately?