Advertisement
314ma

car fuel bar

Feb 23rd, 2022
1,060
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.54 KB | None | 0 0
  1.  - type: custom:bar-card
  2.     entity: "sensor.car_fuel"
  3.     title_position: 'off'
  4.     icon_position: 'off'
  5.     indicator: 'off'
  6.     show_value: 'false'
  7.     height: 99%
  8.     padding: 0px
  9.     direction: right
  10.     severity:
  11.       - value: 20
  12.         color: 'hsl(0, 75%, 50%)'
  13.       - value: 50
  14.         color: 'hsl(40, 75%, 50%)'
  15.       - value: 100
  16.         color: 'hsl(120, 75%, 50%)'
  17.     style:
  18.       bottom: 5px
  19.       right: 5px
  20.       left: 5px
  21.       transform: "translate(0%, 0%)"
  22.       "--card-background-color": "rgba(39, 40, 43, 0.7)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement