Perka

Untitled

Aug 19th, 2025
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. type: custom:canvas-gauge-card
  2. entity: sensor.sh10rt20_grid_frequency
  3. gauge:
  4. type: radial-gauge
  5. title: "Grid Frequency"
  6. units: "Hz"
  7. minValue: 49.0
  8. maxValue: 51.0
  9. valueBox:
  10. visible: true
  11. placement: bottom
  12. font: { size: 24 }
  13. majorTicks:
  14. - "49.5"
  15. - "49.9"
  16. - "50.1"
  17. - "50.5"
  18. minorTicks: 5
  19. strokeTicks: true
  20. highlights:
  21. - from: 49.0
  22. to: 49.5
  23. color: "rgba(150, 0, 0, .9)" # Darker, vivid red
  24. - from: 49.5
  25. to: 49.9
  26. color: "rgba(200, 150, 0, .9)" # Darker, vivid yellow
  27. - from: 49.9
  28. to: 50.1
  29. color: "rgba(0, 100, 0, .9)" # Darker, vivid green
  30. - from: 50.1
  31. to: 50.5
  32. color: "rgba(200, 150, 0, .9)" # Darker, vivid yellow
  33. - from: 50.5
  34. to: 51.0
  35. color: "rgba(150, 0, 0, .9)" # Darker, vivid red
  36. borders: false
  37. needle:
  38. type: arrow
  39. width: 4
  40. color: "rgba(0, 0, 0, .9)" # Darker, vivid black
  41. width: 300
  42. height: 300
  43. animationDuration: 500
  44. animationRule: linear
  45. ticks:
  46. showLabel: true
  47. labelOffset: -10
  48. font: { size: 16, color: "#000000" }
Advertisement
Add Comment
Please, Sign In to add comment