Advertisement
tiwing

Blind covering image

Sep 27th, 2022 (edited)
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.67 KB | None | 0 0
  1. square: true
  2. columns: 1
  3. type: grid
  4. cards:
  5.   - type: entity
  6.     entity: input_number.blind_tvroom_setvalue
  7.     name: TV Room
  8.     card_mod:
  9.       style: |
  10.         .icon {display: none !important; }
  11.         span {font-size: 1.6em !important;}
  12.         ha-card {
  13.           background: linear-gradient(0deg, rgba(99,102,106,.1) {{ states('input_number.blind_tvroom_setvalue')|float(0)-10}}%
  14.                                           , rgba(99,102,106,.95) {{ states('input_number.blind_tvroom_setvalue')|float(0)}}%
  15.                                      ), url("/local/homepics/tvroomview.jpg");
  16.           background-size: cover;
  17.           background-repeat: no-repeat;
  18.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement