Advertisement
fabrizio97726

Card sensori pollini

Jan 8th, 2024
838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.44 KB | None | 0 0
  1. type: horizontal-stack
  2. cards:
  3.   - type: custom:stack-in-card
  4.     mode: vertical
  5.     cards:
  6.       - type: custom:stack-in-card
  7.         mode: horizontal
  8.         cards:
  9.           - type: custom:mushroom-entity-card
  10.             entity: sensor.pollini_graminacee
  11.             name: Graminacee
  12.             icon_type: none
  13.             tap_action:
  14.               action: more-info
  15.             card_mod:
  16.               style: |
  17.                ha-card {
  18.                   background-color: rgba(0,0,0,0);
  19.                   box-shadow: none;
  20.                   border-style: hidden;
  21.                 }
  22.         card_mod:
  23.           style: |
  24.            ha-card {
  25.               background-color: rgba(0,0,0,0);
  26.               box-shadow: none;
  27.               border-style: hidden;
  28.             }  
  29.       - type: custom:mini-graph-card
  30.         entities:
  31.          - sensor.pollini_graminacee
  32.         show:
  33.           state: false
  34.           name: false
  35.           icon: false
  36.         points_per_hour: 1
  37.         hours_to_shw: 48
  38.         line_color: orange
  39.         card_mod:
  40.           style: |
  41.            ha-card {
  42.               background-color: rgba(0,0,0,0);
  43.               box-shadow: none;
  44.               border-style: hidden;
  45.             }      
  46.   - type: custom:stack-in-card
  47.     mode: vertical
  48.     cards:
  49.       - type: custom:stack-in-card
  50.         mode: horizontal
  51.         cards:
  52.           - type: custom:mushroom-entity-card
  53.             entity: sensor.pollini_pioppo
  54.             name: Pioppo
  55.             icon_type: none
  56.             tap_action:
  57.               action: more-info
  58.             card_mod:
  59.               style: |
  60.                ha-card {
  61.                   background-color: rgba(0,0,0,0);
  62.                   box-shadow: none;
  63.                   border-style: hidden;
  64.                 }
  65.         card_mod:
  66.           style: |
  67.            ha-card {
  68.               background-color: rgba(0,0,0,0);
  69.               box-shadow: none;
  70.               border-style: hidden;
  71.             }  
  72.       - type: custom:mini-graph-card
  73.         entities:
  74.          - sensor.pollini_pioppo
  75.         show:
  76.           state: false
  77.           name: false
  78.           icon: false
  79.         points_per_hour: 1
  80.         hours_to_shw: 48
  81.         line_color: orange
  82.         card_mod:
  83.           style: |
  84.            ha-card {
  85.               background-color: rgba(0,0,0,0);
  86.               box-shadow: none;
  87.               border-style: hidden;
  88.             }      
  89.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement