Advertisement
RichardHA

Mini graph card solar graph

Aug 12th, 2021
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.38 KB | None | 0 0
  1. type: custom:mini-graph-card
  2. name: Opbrengst zonnepanelen
  3. icon: mdi:solar-power
  4. square: true
  5. entities:
  6.   - entity: sensor.actual_yield_solar_realistic
  7. hours_to_show: 12
  8. points_per_hour: 20
  9. line_width: 2
  10. aggregate_func: max
  11. show:
  12.   extrema: true
  13. color_thresholds:
  14.   - value: 2500
  15.     color: '#5fa800'
  16.   - value: 1500
  17.     color: '#d35400'
  18.   - value: 0
  19.     color: '#c0392b'
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement