Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.39 KB | None | 0 0
  1. cards:
  2.   - color_thresholds:
  3.       - color: '#e45e65'
  4.         value: 20
  5.       - color: '#e0b400'
  6.         value: 10
  7.       - color: '#0da035'
  8.         value: -1
  9.     color_thresholds_transition: hard
  10.     entities:
  11.       - entity: sensor.internet_in_mbps
  12.         index: 0
  13.     group: false
  14.     hour24: true
  15.     icon: 'mdi:cloud-download-outline'
  16.     line_width: 6
  17.     name: Download Speed
  18.     points_per_hour: 1
  19.     show:
  20.       extrema: true
  21.       fill: false
  22.       icon: true
  23.       labels: false
  24.       name: true
  25.       state: true
  26.     style: |
  27.      ha-card {
  28.         border: solid 2px var(--primary-color);
  29.       }
  30.     type: 'custom:mini-graph-card'
  31.   - color_thresholds:
  32.       - color: '#e45e65'
  33.         value: 20
  34.       - color: '#e0b400'
  35.         value: 10
  36.       - color: '#0da035'
  37.         value: -1
  38.     color_thresholds_transition: hard
  39.     entities:
  40.       - entity: sensor.internet_out_mbps
  41.         index: 0
  42.     group: false
  43.     hour24: true
  44.     icon: 'mdi:cloud-upload-outline'
  45.     line_width: 6
  46.     name: Upload Speed
  47.     points_per_hour: 1
  48.     show:
  49.       extrema: true
  50.       fill: false
  51.       icon: true
  52.       labels: false
  53.       name: true
  54.       state: true
  55.     style: |
  56.      ha-card {
  57.         border: solid 2px var(--primary-color);
  58.       }
  59.     type: 'custom:mini-graph-card'
  60. show_header_toggle: false
  61. title: EOLO Bandwith Monitor
  62. type: horizontal-stack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement