Advertisement
Guest User

Untitled

a guest
Dec 14th, 2021
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 9.75 KB | None | 0 0
  1. type: vertical-stack
  2. cards:
  3.   - type: markdown
  4.     content: |
  5.      <font color=#ff0000,font size=4pt>|</font><b> ADMINSTRATION</b>
  6.     style: |
  7.      ha-card {
  8.          background: transparent;
  9.          border-style: none;
  10.          border: 2px;
  11.          box-shadow: none;
  12.          margin-top: -10px;
  13.          margin-bottom: -15px;
  14.          margin-left: -10px;}
  15.   - type: custom:button-card
  16.     entity: sensor.sensor1
  17.     layout: icon_state_name2nd
  18.     name: Name
  19.     icon: mdi:tools
  20.     icon_height: 10px
  21.     show_state: true
  22.     show_name: false
  23.     show_label: true
  24.     label: File
  25.     styles:
  26.       grid:
  27.         - grid-template-areas: '"i n chevron""i text chevron"'
  28.         - grid-template-columns: 13% 74% 13%
  29.       card:
  30.         - height: 65px
  31.       custom_fields:
  32.         text:
  33.           - align-self: left
  34.           - text-align: left
  35.     style: |
  36.      ha-card {
  37.           font-size: 13px !IMPORTANT;
  38.        }
  39.     custom_fields:
  40.       chevron: |
  41.        <ha-icon icon="mdi:chevron-right"
  42.           style="width: 30px; height: 20px; color: primary-text-color;">
  43.         </ha-icon>
  44.       text: |
  45.        File Editor<br><font size=1 color=grey>Visual Studio Code
  46.     tap_action:
  47.       action: navigate
  48.       navigation_path: /hassio/ingress/a0d7b954_vscode
  49.   - type: custom:button-card
  50.     entity: sensor.sensor1
  51.     layout: icon_state_name2nd
  52.     name: Name
  53.     icon: mdi:math-log
  54.     icon_height: 10px
  55.     show_state: true
  56.     show_name: false
  57.     show_label: true
  58.     label: File
  59.     styles:
  60.       grid:
  61.         - grid-template-areas: '"i n chevron""i text chevron"'
  62.         - grid-template-columns: 13% 74% 13%
  63.       card:
  64.         - height: 65px
  65.       custom_fields:
  66.         text:
  67.           - align-self: left
  68.           - text-align: left
  69.     style: |
  70.      ha-card {
  71.         font-size: 13px !IMPORTANT;
  72.         margin-top: -10px;
  73.  
  74.        }
  75.     custom_fields:
  76.       chevron: |
  77.        <ha-icon icon="mdi:chevron-right"
  78.           style="width: 30px; height: 20px; color: primary-text-color;">
  79.         </ha-icon>
  80.       text: |
  81.        Log File<br><font size=1 color=grey>Home Assistant Logs einsehen
  82.     tap_action:
  83.       action: navigate
  84.       navigation_path: /config/logs
  85.   - type: custom:button-card
  86.     entity: sensor.sensor1
  87.     layout: icon_state_name2nd
  88.     name: Name
  89.     icon: mdi:hammer
  90.     icon_height: 10px
  91.     show_state: true
  92.     show_name: false
  93.     show_label: true
  94.     label: File
  95.     styles:
  96.       grid:
  97.         - grid-template-areas: '"i n chevron""i text chevron"'
  98.         - grid-template-columns: 13% 74% 13%
  99.       card:
  100.         - height: 65px
  101.       custom_fields:
  102.         text:
  103.           - align-self: left
  104.           - text-align: left
  105.     style: |
  106.      ha-card {
  107.         font-size: 13px !IMPORTANT;
  108.         margin-top: -10px;
  109.  
  110.        }
  111.     custom_fields:
  112.       chevron: |
  113.        <ha-icon icon="mdi:chevron-right"
  114.           style="width: 30px; height: 20px; color: primary-text-color;">
  115.         </ha-icon>
  116.       text: >
  117.        Entwicklerwerkzeuge<br><font size=1 color=grey>Zustände anzeigen,
  118.         Dienste testen
  119.     tap_action:
  120.       action: navigate
  121.       navigation_path: /developer-tools/state
  122.   - type: custom:button-card
  123.     entity: sensor.sensor1
  124.     layout: icon_state_name2nd
  125.     name: Name
  126.     icon: mdi:puzzle
  127.     icon_height: 10px
  128.     show_state: true
  129.     show_name: false
  130.     show_label: true
  131.     label: File
  132.     styles:
  133.       grid:
  134.         - grid-template-areas: '"i n chevron""i text chevron"'
  135.         - grid-template-columns: 13% 74% 13%
  136.       card:
  137.         - height: 65px
  138.       custom_fields:
  139.         text:
  140.           - align-self: left
  141.           - text-align: left
  142.     style: |
  143.      ha-card {
  144.           font-size: 13px !IMPORTANT;
  145.        }
  146.     custom_fields:
  147.       chevron: |
  148.        <ha-icon icon="mdi:chevron-right"
  149.           style="width: 30px; height: 20px; color: primary-text-color;">
  150.         </ha-icon>
  151.       text: >
  152.        Integrationen<br><font size=1 color=grey>Verwalte verbundene
  153.         Integrationen und Dienste
  154.     tap_action:
  155.       action: navigate
  156.       navigation_path: /config/integrations
  157.   - type: custom:button-card
  158.     entity: sensor.sensor1
  159.     layout: icon_state_name2nd
  160.     name: Name
  161.     icon: hacs:hacs
  162.     icon_height: 10px
  163.     show_state: true
  164.     show_name: false
  165.     show_label: true
  166.     label: File
  167.     styles:
  168.       grid:
  169.         - grid-template-areas: '"i n chevron""i text chevron"'
  170.         - grid-template-columns: 13% 74% 13%
  171.       card:
  172.         - height: 65px
  173.       custom_fields:
  174.         text:
  175.           - align-self: left
  176.           - text-align: left
  177.     style: |
  178.      ha-card {
  179.         font-size: 13px !IMPORTANT;
  180.         margin-top: -10px;
  181.  
  182.        }
  183.     custom_fields:
  184.       chevron: |
  185.        <ha-icon icon="mdi:chevron-right"
  186.           style="width: 30px; height: 20px; color: primary-text-color;">
  187.         </ha-icon>
  188.       text: |
  189.        HACS<br><font size=1 color=grey>Home Assistant Community Store
  190.     tap_action:
  191.       action: navigate
  192.       navigation_path: /hacs/entry
  193.   - type: custom:button-card
  194.     entity: sensor.sensor1
  195.     layout: icon_state_name2nd
  196.     name: Name
  197.     icon: mdi:home-assistant
  198.     icon_height: 10px
  199.     show_state: true
  200.     show_name: false
  201.     show_label: true
  202.     label: File
  203.     styles:
  204.       grid:
  205.         - grid-template-areas: '"i n chevron""i text chevron"'
  206.         - grid-template-columns: 13% 74% 13%
  207.       card:
  208.         - height: 65px
  209.       custom_fields:
  210.         text:
  211.           - align-self: left
  212.           - text-align: left
  213.     style: |
  214.      ha-card {
  215.         font-size: 13px !IMPORTANT;
  216.         margin-top: -10px;
  217.  
  218.        }
  219.     custom_fields:
  220.       chevron: |
  221.        <ha-icon icon="mdi:chevron-right"
  222.           style="width: 30px; height: 20px; color: primary-text-color;">
  223.         </ha-icon>
  224.       text: |
  225.        Supervisor<br><font size=1 color=grey>Verwalte deine Add-Ons
  226.     tap_action:
  227.       action: navigate
  228.       navigation_path: /hassio/dashboard
  229.   - type: custom:button-card
  230.     entity: sensor.sensor1
  231.     layout: icon_state_name2nd
  232.     name: Name
  233.     icon: mdi:robot
  234.     icon_height: 10px
  235.     show_state: true
  236.     show_name: false
  237.     show_label: true
  238.     label: File
  239.     styles:
  240.       grid:
  241.         - grid-template-areas: '"i n chevron""i text chevron"'
  242.         - grid-template-columns: 13% 74% 13%
  243.       card:
  244.         - height: 65px
  245.       custom_fields:
  246.         text:
  247.           - align-self: left
  248.           - text-align: left
  249.     style: |
  250.      ha-card {
  251.         font-size: 13px !IMPORTANT;
  252.         margin-top: -10px;
  253.  
  254.        }
  255.     custom_fields:
  256.       chevron: |
  257.        <ha-icon icon="mdi:chevron-right"
  258.           style="width: 30px; height: 20px; color: primary-text-color;">
  259.         </ha-icon>
  260.       text: >
  261.        Automationen<br><font size=1 color=grey>Individuelle Regeln für dein
  262.         Zuhause erstellen
  263.     tap_action:
  264.       action: navigate
  265.       navigation_path: /config/automation/dashboard
  266.   - type: custom:button-card
  267.     entity: sensor.sensor1
  268.     layout: icon_state_name2nd
  269.     name: Name
  270.     icon: mdi:zigbee
  271.     icon_height: 10px
  272.     show_state: true
  273.     show_name: false
  274.     show_label: true
  275.     label: File
  276.     styles:
  277.       grid:
  278.         - grid-template-areas: '"i n chevron""i text chevron"'
  279.         - grid-template-columns: 13% 74% 13%
  280.       card:
  281.         - height: 65px
  282.       custom_fields:
  283.         text:
  284.           - align-self: left
  285.           - text-align: left
  286.     style: |
  287.      ha-card {
  288.         font-size: 13px !IMPORTANT;
  289.        }
  290.     custom_fields:
  291.       chevron: |
  292.        <ha-icon icon="mdi:chevron-right"
  293.           style="width: 30px; height: 20px; color: primary-text-color;">
  294.         </ha-icon>
  295.       text: |
  296.        Zigbee<br><font size=1 color=grey>Zigbee2mqtt Edge
  297.     tap_action:
  298.       action: navigate
  299.       navigation_path: /7ad98f9c_zigbee2mqtt_edge/dashboard
  300.   - type: custom:button-card
  301.     entity: sensor.sensor1
  302.     layout: icon_state_name2nd
  303.     name: Name
  304.     icon: mdi:restart
  305.     icon_height: 10px
  306.     show_state: true
  307.     show_name: false
  308.     show_label: true
  309.     label: File
  310.     styles:
  311.       grid:
  312.         - grid-template-areas: '"i n chevron""i text chevron"'
  313.         - grid-template-columns: 13% 74% 13%
  314.       card:
  315.         - height: 65px
  316.       custom_fields:
  317.         text:
  318.           - align-self: left
  319.           - text-align: left
  320.     style: |
  321.      ha-card {
  322.         font-size: 13px !IMPORTANT;
  323.        }
  324.     custom_fields:
  325.       chevron: |
  326.        <ha-icon icon="mdi:chevron-right"
  327.           style="width: 30px; height: 20px; color: primary-text-color;">
  328.         </ha-icon>
  329.       text: |
  330.        HA Restart<br><font size=1 color=grey>Home Assistant neu starten
  331.     tap_action:
  332.       action: call-service
  333.       service: homeassistant.restart
  334.   - type: custom:button-card
  335.     entity: sensor.sensor1
  336.     layout: icon_state_name2nd
  337.     name: Name
  338.     icon: mdi:check
  339.     icon_height: 10px
  340.     show_state: true
  341.     show_name: false
  342.     show_label: true
  343.     label: File
  344.     styles:
  345.       grid:
  346.         - grid-template-areas: '"i n chevron""i text chevron"'
  347.         - grid-template-columns: 13% 74% 13%
  348.       card:
  349.         - height: 65px
  350.       custom_fields:
  351.         text:
  352.           - align-self: left
  353.           - text-align: left
  354.     style: |
  355.      ha-card {
  356.         font-size: 13px !IMPORTANT;
  357.         margin-top: -10px;
  358.  
  359.        }
  360.     custom_fields:
  361.       chevron: |
  362.        <ha-icon icon="mdi:chevron-right"
  363.           style="width: 30px; height: 20px; color: primary-text-color;">
  364.         </ha-icon>
  365.       text: >
  366.        Config prüfen<br><font size=1 color=grey>Überprüfe die
  367.         Konfigurationsdatei
  368.     tap_action:
  369.       action: navigate
  370.       navigation_path: /config/server_control
  371.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement