Advertisement
simo-reby

simona1

Jun 16th, 2022 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. type: custom:canvas-gauge-card
  2. entity: sensor.ambiente_cucina_temperature
  3. card_height: 145
  4. shadow_height: 15%
  5. font_size: 1em
  6. gauge:
  7. title: temp °C
  8. type: radial-gauge
  9. width: 180
  10. height: 240
  11. borderShadowWidth: 1
  12. borderOuterWidth: 1
  13. borderMiddleWidth: 1
  14. borderInnerWidth: 2
  15. minValue: -20
  16. maxValue: 50
  17. startAngle: 90
  18. ticksAngle: 180
  19. valueBox: false
  20. majorTicks:
  21. - '-20'
  22. - '-10'
  23. - '0'
  24. - '10'
  25. - '20'
  26. - '30'
  27. - '40'
  28. - '50'
  29. minorTicks: 2
  30. strokeTicks: true
  31. highlights:
  32. - from: -20
  33. to: 3
  34. color: rgba(255,204,255, .95)
  35. - from: 3
  36. to: 11
  37. color: rgba(204,255,255, .95)
  38. - from: 11
  39. to: 21
  40. color: rgba(74, 123, 180, .60)
  41. - from: 21
  42. to: 28
  43. color: rgba(4, 205, 24, .55)
  44. - from: 28
  45. to: 35
  46. color: rgba(239, 93, 13, .50)
  47. - from: 35
  48. to: 50
  49. color: rgba(251, 51, 51, .80)
  50. borders: false
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement