HA Green (HAOS ver 2025.12.3) setup with Ring-MQTT with Video Streaming (ver 5.9.2). All of Ring components including snapshot and live view show up nicely in HA dashboard.
Set up HASS Homekit Bridge in bridge mode and selected all domains other than Select, Sensor, Water Heater, Lawn Mower and Valve. (Note: initially I didn’t select any domain and it bridged over a ton of ring stuff like ten different chimes for every sensor and then the 150 limit is exceeded). Last page of HASS configuration automatically identies the cameras:
In Apple Home, I get Front Door Bell Motion Detect and Front Door Bell in-home chime but no camera view - snapshot and live view. Camera does not bridge over.
Checked the logs - no related errors. Downloaded diagnostics for HASS Bridge and it shows this:
"options": {
"devices": [],
"entity_config": {
"camera.front_door_bell_live_view": {
"linked_battery_sensor": "sensor.front_door_bell_battery",
"linked_doorbell_sensor": "event.front_door_bell_ding",
"linked_motion_sensor": "event.front_door_bell_motion",
"manufacturer": "Ring",
"model": "Doorbell Pro",
"platform": "ring",
"support_audio": true,
"video_codec": "copy"
},
"camera.front_door_bell_snapshot": {
"linked_motion_sensor": "binary_sensor.front_door_bell_motion",
"manufacturer": "Ring",
"model": "Doorbell Pro",
"platform": "mqtt",
"support_audio": true,
"video_codec": "copy"
}
},
What am I missing?
