-
Notifications
You must be signed in to change notification settings - Fork 13
Module Camera
WJDDesigns edited this page May 3, 2026
·
1 revision
Module type:
camera· Category: Content · Free
Live camera feeds with controls, crop, name overlay, and template-based camera switching.
- Live streams via the HA
streamintegration - Still-image mode with auto-refresh interval
- Crop controls (focus on a region)
- Aspect ratio link / explicit dimensions
- Name overlay with positioning
- Template mode for dynamic camera selection
| Field | Notes |
|---|---|
| Camera entity | A camera.* entity (or any mjpeg_camera). |
| Camera name | Override (default: entity friendly name). |
| Show name | Toggle name overlay. |
| Field | Notes |
|---|---|
| Live view | Use HA stream (requires the stream integration). |
| Auto refresh | For still mode — refresh interval. |
| Refresh interval | Seconds. |
- Width (100–1000px)
- Height (100–1000px)
- Link aspect ratio — preserves W:H when one changes
top-left · top-right · center · bottom-left · bottom-right
left, right, top, bottom — percentage to trim each edge.
{% if states('input_boolean.front_camera') == 'on' %}camera.front{% else %}camera.back{% endif %}Useful to:
- Switch between indoor/outdoor camera based on time of day or sun
- Cycle through cameras
- Pick the camera that matches a current alarm zone
- Front door camera — live view + name overlay top-left.
- Garage cam still — refresh every 30s.
- Driveway template — outdoor camera during day, IR camera at night.
- Live streaming requires the stream integration in HA.
- Some camera integrations (especially ONVIF) emit poor still snapshots — try refresh-interval = 5s or longer if the still image is delayed.
- For privacy, use Logic-and-Conditions to hide cameras based on
input_booleantoggles ("guest mode" hides bedroom cams, etc.).
Ultra Card · Website · Discord · GitHub Issues · HACS · MIT licensed
- Layout-System
- Logic-and-Conditions
- Templates-and-Jinja
- Actions
- Design-System
- Custom-Variables
- Presets-and-Marketplace
- Pro-and-Cloud
- Modules-Overview
- Content
- Data
- Interactive
- Layout
- Media / Background
- Animated (Pro)
- Inputs (Helpers)
- Card embeds