caffeinated00

daiiy consumption

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