Advertisement
drinfernoo

Untitled

Sep 14th, 2021
2,243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.38 KB | None | 0 0
  1. # card screenshot here: https://i.imgur.com/X8ZI2nY.png
  2.  
  3. type: vertical-stack
  4. cards:
  5.   - type: custom:mini-graph-card
  6.     hours_to_show: 48
  7.     animate: true
  8.     group_by: hour
  9.     lower_bound: 55
  10.     upper_bound: 100
  11.     color_thresholds:
  12.       - value: 60
  13.         color: '#00cc20'
  14.       - value: 75
  15.         color: '#ffff00'
  16.       - value: 80
  17.         color: '#ff9900'
  18.       - value: 90
  19.         color: '#ff0000'
  20.     show:
  21.       icon_adaptive_color: true
  22.       extrema: true
  23.     entities:
  24.       - entity: sensor.jasper_warm_temperature
  25.         state_adaptive_color: true
  26.         name: Jasper Warm Temperature
  27.       - entity: sensor.jasper_cool_temperature
  28.         state_adaptive_color: true
  29.         name: Jasper Cool Temperature
  30.   - type: custom:mini-graph-card
  31.     hours_to_show: 48
  32.     animate: true
  33.     group_by: hour
  34.     lower_bound: 15
  35.     upper_bound: 50
  36.     color_thresholds:
  37.       - value: 25
  38.         color: '#ffff00'
  39.       - value: 30
  40.         color: '#ff9900'
  41.       - value: 40
  42.         color: '#00ff00'
  43.       - value: 50
  44.         color: '#00cc20'
  45.     show:
  46.       icon_adaptive_color: true
  47.       extrema: true
  48.     entities:
  49.       - entity: sensor.jasper_warm_humidity
  50.         state_adaptive_color: true
  51.         name: Jasper Warm Humidity
  52.       - entity: sensor.jasper_cool_humidity
  53.         state_adaptive_color: true
  54.         name: Jasper Cool Humidity
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement