Releases: cmos486/ring-intercom-video-card
v1.1.1 - Brand icon
Add a brand icon for the card.
brand/icon.png(256ร256) andbrand/icon@2x.png(512ร512)- Card variant of the
ring-intercom-videobackend icon: same Ring-blue outer ring (family trait), with a card/screen silhouette inside โ play triangle + pick up button โ and the red REC dot as the shared cue. - Transparent background.
v1.1.0 - Multi-language UI
๐ Adds internationalization with auto-detection.
โจ What's new
- ๐ช๐ธ ๐ฌ๐ง ๐ช๐ธ Multi-language UI: Spanish, English, Catalan
- ๐ Auto-detection from Home Assistant language setting
- ๐ฏ New optional
languageconfig parameter to override HA's language - ๐ Language selector in the visual editor
- ๐ Renamed "Connect" button to "Pick up" / "Descolgar" / "Despenjar" for better doorbell semantics
๐ง Compatibility
Existing configurations work unchanged. The new language parameter is optional โ when omitted, the card follows the language configured in Home Assistant.
๐ฅ Update from v1.0.0
Update via HACS (you'll see the update available). Nothing else to change in your YAML.
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.