Advertisement
drinfernoo

Untitled

Sep 14th, 2021
1,358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.31 KB | None | 0 0
  1. type: custom:auto-entities
  2. card:
  3.   type: custom:bar-card
  4.   title: Batterie schwach!
  5.   attribute: battery_level
  6.   unit_of_measurement: '%'
  7.   title_position: left
  8.   columns: 1
  9.   height: 30px
  10.   width: 60%
  11. sort:
  12.   reverse: false
  13.   numeric: true
  14. filter:
  15.   include:
  16.     - attributes:
  17.         battery_level: <=100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement