Advertisement
3MAJ

AC control cards for SmartIR

Jun 30th, 2022
1,321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.67 KB | None | 0 0
  1. type: grid
  2. columns: 1
  3. square: false
  4. cards:
  5.   - type: markdown
  6.     style: |
  7.      ha-card {
  8.         font-size: 25px;
  9.         font-family: Quicksand, sans-serif;
  10.         height: 30px;
  11.         background: none;
  12.         margin-top: 0em;
  13.         margin-left: 8px;
  14.         margin-bottom: -0.4em;
  15.         box-shadow: none;
  16.       }
  17.       ha-markdown {
  18.         padding: 10px 20px 20px 8px !important;
  19.         text-align: left;
  20.       }
  21.     content: KLIMA
  22.   - type: horizontal-stack
  23.     cards:
  24.       - type: thermostat
  25.         entity: climate.home_theater_ac
  26.         name: Bioskop
  27.       - type: thermostat
  28.         entity: climate.dining_room_ac
  29.         name: Trpezarija
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement