uhma_s-pastebin

System card

Feb 28th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 7.18 KB | None | 0 0
  1. cards:
  2.   - entities:
  3.       - type: divider
  4.       - entity: sensor.bad_login
  5.         icon: 'mdi:shield-alert-outline'
  6.         name: Failed Login Attempts
  7.       - entity: sensor.ubuntu_packages
  8.         icon: 'mdi:ubuntu'
  9.         name: Ubuntu Package Updates
  10.       - entity: sensor.ubuntu_security
  11.         icon: 'mdi:server-security'
  12.         name: Ubuntu Security Updates
  13.       - entity: sensor.installed_version
  14.         icon: 'mdi:home-assistant'
  15.         name: Hassio Installed Version
  16.       - entity: sensor.latest_available_version
  17.         icon: 'mdi:home-assistant'
  18.         name: Hassio Current Version
  19.       - entity: sensor.hacs
  20.         icon: 'hacs:hacs'
  21.         name: Community Store
  22.       - type: divider
  23.       - entity: sensor.last_boot
  24.         icon: 'mdi:calendar'
  25.       - entity: sensor.uptime
  26.         icon: 'mdi:home-assistant'
  27.       - entity: sensor.home_assistant_v2_db
  28.         icon: 'mdi:home-assistant'
  29.       - align: center
  30.         animation: 'off'
  31.         attribute: false
  32.         background_style: false
  33.         card_style: false
  34.         charge_entity: false
  35.         color: 'var(--custom-bar-card-color, var(--primary-color))'
  36.         decimal: false
  37.         delay: 5000
  38.         direction: right
  39.         entities:
  40.           - entity: sensor.processor_use
  41.         entity: sensor.processor_use
  42.         height: 30px
  43.         icon: false
  44.         icon_position: 'off'
  45.         icon_style: false
  46.         indicator: 'off'
  47.         limit_value: false
  48.         max: 100
  49.         min: 0
  50.         minmax_style: false
  51.         padding: 4px
  52.         rounding: 3px
  53.         saturation: 50%
  54.         severity:
  55.           - color: green
  56.             value: 60
  57.           - color: orange
  58.             value: 85
  59.           - color: red
  60.             value: 100
  61.         show_minmax: false
  62.         show_value: true
  63.         speed: 1000
  64.         tap_action: info
  65.         target: false
  66.         title: Processor Usage
  67.         title_position: left
  68.         title_style: false
  69.         type: 'custom:bar-card'
  70.         unit_of_measurement: false
  71.         value_style: false
  72.         visibility: false
  73.         width: 70%
  74.       - align: center
  75.         animation: 'off'
  76.         attribute: false
  77.         background_style: false
  78.         card_style: false
  79.         charge_entity: false
  80.         color: 'var(--custom-bar-card-color, var(--primary-color))'
  81.         decimal: false
  82.         delay: 5000
  83.         direction: right
  84.         entities:
  85.           - entity: sensor.nuc_cpu3_temperature
  86.         entity: sensor.nuc_cpu3_temperature
  87.         height: 30px
  88.         icon: false
  89.         icon_position: 'off'
  90.         icon_style: false
  91.         indicator: 'off'
  92.         limit_value: false
  93.         max: 100
  94.         min: 0
  95.         minmax_style: false
  96.         padding: 4px
  97.         rounding: 3px
  98.         saturation: 50%
  99.         severity:
  100.           - color: green
  101.             value: 60
  102.           - color: orange
  103.             value: 70
  104.           - color: red
  105.             value: 100
  106.         show_minmax: false
  107.         show_value: true
  108.         speed: 1000
  109.         tap_action: info
  110.         target: false
  111.         title: CPU Temp
  112.         title_position: left
  113.         title_style: false
  114.         type: 'custom:bar-card'
  115.         unit_of_measurement: false
  116.         value_style: false
  117.         visibility: false
  118.         width: 70%
  119.       - align: center
  120.         animation: 'off'
  121.         attribute: false
  122.         background_style: false
  123.         card_style: false
  124.         charge_entity: false
  125.         color: 'var(--custom-bar-card-color, var(--primary-color))'
  126.         decimal: false
  127.         delay: 5000
  128.         direction: right
  129.         entities:
  130.           - entity: sensor.nuc_cpu2_temperature
  131.         entity: sensor.nuc_cpu2_temperature
  132.         height: 30px
  133.         icon: false
  134.         icon_position: 'off'
  135.         icon_style: false
  136.         indicator: 'off'
  137.         limit_value: false
  138.         max: 100
  139.         min: 0
  140.         minmax_style: false
  141.         padding: 4px
  142.         rounding: 3px
  143.         saturation: 50%
  144.         severity:
  145.           - color: green
  146.             value: 60
  147.           - color: orange
  148.             value: 70
  149.           - color: red
  150.             value: 100
  151.         show_minmax: false
  152.         show_value: true
  153.         speed: 1000
  154.         tap_action: info
  155.         target: false
  156.         title: DDR4 Temp
  157.         title_position: left
  158.         title_style: false
  159.         type: 'custom:bar-card'
  160.         unit_of_measurement: false
  161.         value_style: false
  162.         visibility: false
  163.         width: 70%
  164.       - align: center
  165.         animation: 'off'
  166.         attribute: false
  167.         background_style: false
  168.         card_style: false
  169.         charge_entity: false
  170.         color: 'var(--custom-bar-card-color, var(--primary-color))'
  171.         decimal: false
  172.         delay: 5000
  173.         direction: right
  174.         entities:
  175.           - entity: sensor.memory_use_percent
  176.         entity: sensor.memory_use_percent
  177.         height: 30px
  178.         icon: false
  179.         icon_position: 'off'
  180.         icon_style: false
  181.         indicator: 'off'
  182.         limit_value: false
  183.         max: 100
  184.         min: 0
  185.         minmax_style: false
  186.         padding: 4px
  187.         rounding: 3px
  188.         saturation: 50%
  189.         severity:
  190.           - color: green
  191.             value: 60
  192.           - color: orange
  193.             value: 85
  194.           - color: red
  195.             value: 100
  196.         show_minmax: false
  197.         show_value: true
  198.         speed: 1000
  199.         tap_action: info
  200.         target: false
  201.         title: Memory Usage
  202.         title_position: left
  203.         title_style: false
  204.         type: 'custom:bar-card'
  205.         unit_of_measurement: false
  206.         value_style: false
  207.         visibility: false
  208.         width: 70%
  209.       - align: center
  210.         animation: 'off'
  211.         attribute: false
  212.         background_style: false
  213.         card_style: false
  214.         charge_entity: false
  215.         color: 'var(--custom-bar-card-color, var(--primary-color))'
  216.         decimal: false
  217.         delay: 5000
  218.         direction: right
  219.         entities:
  220.           - entity: sensor.disk_use_percent
  221.         entity: sensor.disk_use_percent
  222.         height: 30px
  223.         icon: false
  224.         icon_position: 'off'
  225.         icon_style: false
  226.         indicator: 'off'
  227.         limit_value: false
  228.         max: 100
  229.         min: 0
  230.         minmax_style: false
  231.         padding: 4px
  232.         rounding: 3px
  233.         saturation: 50%
  234.         severity:
  235.           - color: green
  236.             value: 60
  237.           - color: orange
  238.             value: 85
  239.           - color: red
  240.             value: 100
  241.         show_minmax: false
  242.         show_value: true
  243.         speed: 1000
  244.         tap_action: info
  245.         target: false
  246.         title: Disk Usage
  247.         title_position: left
  248.         title_style: false
  249.         type: 'custom:bar-card'
  250.         unit_of_measurement: false
  251.         value_style: false
  252.         visibility: false
  253.         width: 70%
  254.       - type: divider
  255.       - entity: sensor.myip
  256.         icon: 'mdi:ip-network'
  257.         name: Server IP
  258.     icon: 'mdi:raspberry-pi'
  259.     show_header_toggle: false
  260.     style:
  261.       '--iron-icon-height': 40px
  262.       '--iron-icon-width': 40px
  263.     title: System
  264.     type: entities
  265. type: vertical-stack
Add Comment
Please, Sign In to add comment