caffeinated00

Solar pie chart

Apr 17th, 2025
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. type: custom:apexcharts-card
  2. chart_type: pie
  3. series:
  4. - entity: sensor.solar_consump_today
  5. name: Consumed Today
  6. color: "#A0C3A9"
  7. - entity: sensor.solar_production_today_daily_reset
  8. name: Produced Today
  9. color: "#648DA8"
  10. header:
  11. show: false
  12. show_states: true
  13. colorize_states: true
  14. apex_config:
  15. chart:
  16. width: 330
  17. height: 300
  18. legend:
  19. show: true
  20. position: top
  21. horizontalAlign: center
  22. floating: false
  23. fontSize: 10px
  24.  
Advertisement
Add Comment
Please, Sign In to add comment