Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.47 KB | None | 0 0
  1. color_thresholds:
  2.   - color: 'rgba(216, 23, 0, .75)'
  3.     value: 15
  4.   - color: 'rgba(248, 123, 1, .75)'
  5.     value: 7.5
  6.   - color: 'rgba(247, 228, 1, .75)'
  7.     value: 5
  8.   - color: 'rgba(40, 149, 0, .75)'
  9.     value: 0
  10. entities:
  11.   - entity: sensor.energy_daily_pompa_ciepla2
  12.     index: 0
  13. group_by: date
  14. hours_to_show: 168
  15. icon: 'mdi:cash-100'
  16. cache: false
  17. aggregate_func: max
  18. name: Koszty dzienne pompy ciepła (7 dni)
  19. show:
  20.   graph: bar
  21. type: 'custom:mini-graph-card'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement