Ring Doorbell - select which devices to pull into HA

This is probably specifically for @tchellomello - would it be possible to add a configuration to define what devices you want to pull into HA? For instance I may only want my home doorbell and not a stick up cam at a vacation home.

Yes, that would be possible. We can create a filter to select the devices by name.

Have you thought on how that configuration would be created?

ring:
  username: foo
  password: bar
  devices:
    - Front Door

Something like this?

Yep. Make it optional so default is everything with the ability to limit when needed.

Nice. So did you think about doing it per component?

For my use case, I would simply do it at the platform level but I could see the utility in having it component specific.