Files
advanced-camera-card/docs
Dermot Duffy c02c692f68 feat: Add experimental rewrite of go2rtc live provider (MSE/WebRTC/MP4/MJPEG) (#2580)
- Closes #2556
- Closes #2450

**Key intended features:**
 - go2rtc compatible
- 100% test coverage to significantly improve ability to test, maintain
and work around browser weirdnesses (e.g. Safari).
 - Written from the ground up in the style of the rest of the project.

**To use:**
 - Change `live_provider` from `go2rtc` to `go2rtc-experimental`.
2026-07-14 14:22:41 -07:00
..
2025-10-11 19:44:57 -07:00
2025-10-11 19:44:57 -07:00
2024-04-01 21:09:20 -07:00
2024-04-24 22:00:23 -07:00
2026-02-13 20:21:05 -08:00

Getting Started

Installation

  • HACS is highly recommended to install the card -- it works for all Home Assistant variants. If you don't have HACS installed, start there -- then come back to these instructions.

  • Find the card in HACS:

Home Assistant > HACS > Frontend > "Explore & Add Integrations" > Advanced Camera Card
  • Click Download this repository with HACS.

See Advanced Installation for other installation resources, or Rolling Back to rollback to prior versions.

Adding your card

  • On a Home Assistant dashboard, choose:
[Three dots menu] > Edit dashboard
  • Click + Add Card shown on the bottom of the screen
  • Choose Custom: Advanced Camera Card from the list

Initial configuration

Minimal camera configuration

type: custom:advanced-camera-card
cameras:
  - camera_entity: camera.office

Minimal folder configuration

type: custom:advanced-camera-card
folders:
  - type: ha

Video scrubbing configuration

type: custom:advanced-camera-card
cameras:
  - camera_entity: camera.office
profiles:
  - scrubbing

Multi-camera grid configuration

type: custom:advanced-camera-card
cameras:
  - camera_entity: camera.office
  - camera_entity: camera.kitchen
live:
  display:
    mode: grid

See Configuration for full details on supported configuration options.