Custom-gauge-card

https://github.com/guiohm79/custom-gauge-card

type: custom:custom-gauge-card
entity: sensor.bambu_a1mini_bed_temperature
name: Bambu Lab Bed Temperature
unit: C
min: 0
max: 300
gauge_size: 220
center_size: 120
led_size: 7
leds_count: 15
decimals: 0
card_width: 300px
card_height: 350px
card_padding: 20px
theme: custom
custom_background: "#2c2c2c"
custom_gauge_background: "radial-gradient(circle, #444, #222)"
custom_center_background: "radial-gradient(circle, #333, #111)"
custom_text_color: "#ffffff"
custom_secondary_text_color: "#aaaaaa"
title_font_family: Roboto, Arial, sans-serif
title_font_size: 18px
title_font_weight: bold
smooth_transitions: true
animation_duration: 800
center_shadow: true
center_shadow_blur: 70
center_shadow_spread: 5
center_shadow_pulse: true
center_shadow_pulse_duration: 15
center_shadow_pulse_min: 0
center_shadow_pulse_max: 75
center_shadow_pulse_intensity: 0.1
show_trend: true
dynamic_markers:
  - entity: sensor.bambu_a1mini_bed_target_temperature
    color: auto
    show_value: false
  - entity: sensor.sensor.bambu_a1mini_bed_temperature
    color: auto

zones:
  - from: 0
    to: 300
    color: "#ff2d00"
    opacity: 0.3
severity:
  - color: "#ff2d00"
    value: 0
  - color: "#fb8804"
    value: 150
  - color: "#04fb1d"
    value: 300
power_save_mode: true
power_save_threshold: 20
update_interval: 1000
debounce_updates: true