-
Notifications
You must be signed in to change notification settings - Fork 13
Module Bar
WJDDesigns edited this page May 3, 2026
·
1 revision
Module type:
bar· Category: Data · Free
Progress bars with animations, gradients, side labels, and template support.
| Source | Notes |
|---|---|
| Entity (0–100) | Direct percentage from a sensor. |
| Entity attribute | Use a specific attribute value. |
| Difference |
(current / total) × 100 from two entities. |
| Template | Custom Jinja2 expression returning a number 0–100. |
- Bar style — flat, glossy, embossed, glass, metallic, neon, etc.
- Height — bar thickness in px.
- Width — % of container.
- Border radius — pill / rounded / square.
- Alignment — left / center / right.
- Solid bar color, or
- Multi-stop gradient with custom positions.
-
Gradient mode —
full,cropped, orvalue-based(only fill area shows the gradient).
| Field | Notes |
|---|---|
| Left side | Title and value text — supports templates. |
| Right side | Additional text — supports templates. |
| Percentage text | Show XX% directly on the bar. |
- Charging stripes
- Pulse, glow, rainbow, bubbles, heartbeat
- Triggers — always, by entity state, attribute, or override conditions
Standard 4-tab editor. See Actions, Logic-and-Conditions, Design-System.
Battery with charging animation
- Source:
entity→sensor.phone_battery_level - Animation:
chargingwhenbinary_sensor.phone_charging == on - Color gradient: green at 100%, yellow at 30%, red at 10%
Disk usage
- Source:
difference→sensor.disk_used/sensor.disk_total - Right label:
{{ states('sensor.disk_used') }} GB / {{ states('sensor.disk_total') }} GB
Download progress bar with speed and ETA on sides
- Left:
Downloading… - Right:
{{ states('sensor.download_speed') }} MB/s — {{ states('sensor.download_eta') }}
- For a dial / radial display → Module-Gauge.
- For history → Module-Graphs.
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