Advertisement
caffeinated00

Daily Power Usage

May 2nd, 2025
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. type: custom:apexcharts-card
  2. experimental:
  3. color_threshold: true
  4. apex_config:
  5. grid:
  6. show: false
  7. chart:
  8. animations:
  9. enabled: false
  10. height: 210
  11. dropShadow:
  12. enabled: true
  13. blur: 3
  14. opacity: 0.35
  15. background: transparent
  16. plotOptions:
  17. bar:
  18. columnWidth: 50%
  19. header:
  20. show: true
  21. show_states: true
  22. colorize_states: true
  23. standard_format: true
  24. graph_span: 10d
  25. span:
  26. end: day
  27. series:
  28. - entity: sensor.energy_monitor_123_1d
  29. type: column
  30. name: Daily Power Usage (10 days)
  31. color: "#6A6F99"
  32. opacity: 0.9
  33. group_by:
  34. func: last
  35. duration: 1d
  36. fill: zero
  37. show:
  38. header_color_threshold: true
  39. extremas: false
  40. datalabels: true
  41. all_series_config:
  42. stroke_width: 2
  43. opacity: 0.9
  44. card_mod:
  45. style: |
  46. ha-card {
  47. background: transparent;
  48.  
  49. }
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement