-
Notifications
You must be signed in to change notification settings - Fork 13
Module Gauge
WJDDesigns edited this page May 3, 2026
·
1 revision
Module type:
gauge· Category: Content · Free
Display sensor values as customizable gauges with multiple styles, color modes, and pointer options.
| Style | Look |
|---|---|
| Basic | Clean and simple |
| Modern | Contemporary with smooth animations |
| Speedometer | 270° car-style |
| Arc | 180° semi-circle |
| Radial | 360° full circle |
| Lines | Individual line segments |
| Block | Discrete blocks |
| Minimal | Ultra-clean circular |
| Inset | Depth/shadow effect |
| 3D | 3D visual effects |
| Digital | LCD-style display |
needle · triangle · arrow · line · circle (line + dot)
| Mode | Behavior |
|---|---|
| Solid | Single color across the gauge. |
| Gradient | Multi-stop, position 0–100, smooth blend. |
| Segments | Discrete colored segments with from/to ranges (e.g. Low / Normal / High) and optional labels. |
- Entity state — direct numeric state.
- Entity attribute — a numeric attribute value.
- Template — Jinja2 expression returning a number.
- Show / hide value, format string (e.g.
%.1f°C,%.0f%%) - Value position — top / center / bottom / none
- Show / hide name; name position
- Show / hide min / max
- Tick marks with optional labels
- Enable / disable smooth transitions
- Duration 100–5000ms
- Easing — linear / ease in / ease out / ease in-out / bounce
type: gauge
entity: sensor.battery_level
gauge_style: modern
min_value: 0
max_value: 100
color_mode: gradient
gradient_stops:
- { position: 0, color: '#e53935' }
- { position: 50, color: '#fdd835' }
- { position: 100, color: '#43a047' }
value_format: '%.0f%%'For the full reference, see docs/GAUGE_MODULE.md.
- Linear progress → Module-Bar
- Historical chart → Module-Graphs
- Just a number → Module-Info
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