Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:mini-graph-card
- name: Opbrengst zonnepanelen
- icon: mdi:solar-power
- square: true
- entities:
- - entity: sensor.actual_yield_solar_realistic
- hours_to_show: 12
- points_per_hour: 20
- line_width: 2
- aggregate_func: max
- show:
- extrema: true
- color_thresholds:
- - value: 2500
- color: '#5fa800'
- - value: 1500
- color: '#d35400'
- - value: 0
- color: '#c0392b'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement