Advertisement
Wykop

Zużycie prądu (chwilowe)

Dec 18th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Karta:
  2. type: custom:mini-graph-card
  3. name: Zużycie prądu (chwilowe)
  4. animate: true
  5. decimals: 0
  6. hours_to_show: 24
  7. line_width: 2
  8. points: false
  9. points_per_hour: 24
  10. entities:
  11. - sensor.licznik_1_power
  12. show:
  13. labels: true
  14. icon_adaptive_color: true
  15. extrema: false
  16. average: false
  17. color_thresholds:
  18. - value: 1000
  19. color: '#0099ff'
  20. - value: 2000
  21. color: '#4caf50'
  22. - value: 4000
  23. color: '#ff9800'
  24. - value: 6000
  25. color: '#f44336'
  26. icon: mdi:transmission-tower
  27. card_mod:
  28. style:
  29. .header.flex .icon ha-icon:
  30. $: |
  31. ha-svg-icon {
  32. animation: blink 1s linear infinite;
  33. }
  34. @keyframes blink {
  35. 90% {opacity: 0;}
  36. }
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement