Advertisement
simo-reby

simona3

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