β Material Circle Progress Card β
NOTE
β¨ Available on π Pro & Ultimate Version Only
β¨ Overview β
The Material Circle Progress Card is a versatile card designed to visualize sensor data in a circular progress format. Perfect for displaying battery levels, humidity, or any percentage-based sensor, it adheres to the Material Design guidelines for a clean and modern look.
β Sensor View β
π Battery View β
β¨ Key Features β
- Circular Progress Indicator: Visualizes percentage values with a sleek circular arc.
- Dynamic State Representation: Automatically adapts colors based on the state (e.g., active/inactive).
- Customizable Actions: Supports tap, hold, and double-tap actions to trigger automations or navigate views.
- Theme Support: Seamlessly integrates with Light and Dark modes.
- Responsive Design: optimized for both mobile and desktop views.
βοΈ Configuration β
| Name | Type | Default | Description |
|---|---|---|---|
type | string | Required | custom:material-circle-progress-card |
entity | string | Required | The entity ID of the sensor to display (e.g., sensor.battery_level). |
name | string | Optional | Overrides the friendly name of the entity. |
icon | string | Optional | Overrides the default icon of the entity. |
tap_action | object | Optional | Action to perform on tap. |
hold_action | object | Optional | Action to perform on hold. |
double_tap_action | object | Optional | Action to perform on double tap. |
π Usage Examples β
Example Configuration: β
yaml
type: custom:material-circle-progress-card
entity: sensor.living_room_humidity
name: UmiditΓ Salotto
icon: mdi:water-percent
tap_action:
action: more-infoπ¨ Extended Customization β
β οΈ LICENSE
Only for PRO and ULTIMATE users, get your licence now π.
This card have a own version of Card-Mod. You can inject custom CSS to override any style or create unique animations.
π‘ ADVANCED STYLING
π Check out the Styling Guide.




