Advertisement
fabrizio97726

card stanze

Dec 30th, 2023
1,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.41 KB | None | 0 0
  1. type: custom:stack-in-card
  2. mode: vertical
  3. cards:
  4.   - type: custom:stack-in-card
  5.     mode: horizontal
  6.     cards:
  7.       - type: custom:mushroom-entity-card
  8.         entity: sensor.disimpegno_temperature
  9.         name: Sala
  10.         icon_type: none
  11.         tap_action:
  12.           action: more-info
  13.         card_mod:
  14.           style: |
  15.            ha-card {
  16.               background-color: rgba(0,0,0,0);
  17.               box-shadow: none;
  18.               border-style: hidden;
  19.             }  
  20.       - type: custom:mushroom-chips-card
  21.         chips:
  22.           - type: entity
  23.             entity: light.luce_sala
  24.             use_entity_picture: true
  25.             tap_action:
  26.               action: toggle
  27.             name: Plafone
  28.             icon: phu:friends-of-hue-iq-pendant
  29.             icon_color: yellow
  30.             content_info: name
  31.         alignment: end
  32.     card_mod:
  33.       style: |
  34.        ha-card {
  35.           background-color: rgba(0,0,0,0);
  36.           box-shadow: none;
  37.           border-style: hidden;
  38.         }  
  39.   - type: custom:mini-graph-card
  40.     entities:
  41.      - sensor.disimpegno_temperature
  42.     show:
  43.       state: false
  44.       name: false
  45.       icon: false
  46.     points_per_hour: 1
  47.     hours_to_shw: 48
  48.     line_color: orange
  49.     card_mod:
  50.       style: |
  51.        ha-card {
  52.           background-color: rgba(0,0,0,0);
  53.           box-shadow: none;
  54.           border-style: hidden;
  55.         }      
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement