https://www.home-assistant.io/integrations/ring/
Note: This modified integration repo is temporary, while waiting for my PR to be merged.
- Add Ring Intercom support:
- Change microphone gain
- Change speaker volume
- Open door button
- Battery sensor
- Status sensor
Just download this repository from here, extract and copy paste the content of the custom_components/ring_martinpham
folder into your config/custom_components
directory. As example, you will get the manifest.json
file in the following path: /config/custom_components/ring_martinpham/manifest.json
.
- Original python-ring-doorbell library from tchellomello
- Intercom PR from rautsch
- Original ring integration from home-assistant/core