Advertisement
-Miura-

Untitled

Apr 30th, 2025
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.28 KB | None | 0 0
  1. type: custom:gauge-card-pro
  2. entity: sensor.battery_1_charge_discharge_power
  3. min: -4000
  4. max: 4000
  5. needle: true
  6. gradient: true
  7. segments:
  8.   - from: -4000
  9.     color: var(--error-color)
  10.   - from: 0
  11.     color: var(--warning-color)
  12.   - from: 4000
  13.     color: var(--success-color)
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement