v1.0.0 - Initial release
๐ First public release of Ring Intercom Video Card.
A Home Assistant custom Lovelace card with two-way audio and video for the Ring Intercom Video device (2024/2025 model with built-in camera).
โจ Features
- ๐น Live video stream via native WebRTC (no transcoding)
- ๐ค Two-way audio with push-to-talk button
- ๐ Open door button (uses
lock.unlockor any custom service) - ๐ต Hang up button with full session teardown
- ๐ Visual UI editor with entity pickers (no YAML required)
- ๐ Auto-detection of Ring Intercom Video cameras when adding the card
๐งฉ Requirements
- ๐ก Home Assistant 2024.4 or newer
- ๐ HTTPS access to HA (required for browser microphone access)
- ๐ฆ ring-intercom-video custom integration installed and providing a
camera.*entity - ๐ฑ A Ring Intercom Handset Video device paired in your Ring account
๐ฅ Installation
Via HACS (recommended)
- HACS โ Frontend โ โฎ โ Custom repositories
- Add
https://github.com/cmos486/ring-intercom-video-cardasLovelace - Download from the list
- Hard refresh (Ctrl+Shift+R)
Manual
Download ring-intercom-video-card.js from this release, copy to /config/www/, and register as a JavaScript Module resource.
See the README for full setup instructions and troubleshooting.
๐ Credits
Built on top of python-ring-doorbell and the HA Ring integration. Companion to the ring-intercom-video backend by the same author.