Advertisement
simo-reby

simona2

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