Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:apexcharts-card
- graph_span: 7d
- span:
- end: day
- header:
- show: true
- show_states: true
- colorize_states: true
- standard_format: true
- apex_config:
- grid:
- show: false
- chart:
- animations:
- enabled: false
- height: 180
- dropShadow:
- enabled: true
- blur: 3
- opacity: 0.35
- background: transparent
- plotOptions:
- bar:
- columnWidth: 28%
- legend:
- show: false
- series:
- - entity: sensor.solar_consump_today
- type: line
- color: "#395181"
- name: Daily Consumption
- show:
- extremas: false
- datalabels: true
- group_by:
- func: last
- duration: 1d
- - entity: sensor.solar_production_today_daily_reset
- type: column
- name: Daily Production
- color: "#BDCCE9"
- show:
- extremas: false
- datalabels: false
- group_by:
- func: last
- duration: 1d
- card_mod:
- style: |
- ha-card {
- background: transparent;
- }
Advertisement
Add Comment
Please, Sign In to add comment