ibennani

Lovelace card för att visa temp seneste 24 timmarna, inklusive olika färger för olika temperaturer.

Jan 14th, 2023
2,442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.58 KB | None | 0 0
  1. # Kräver att du har installerat mini graph card, finns i HACS.
  2.  
  3.               - type: 'custom:mini-graph-card'
  4.                 name: Framsidan
  5.                 entities:
  6.                   - entity: sensor.netatmo_bennani_vs_utomhus_temperature
  7.                     name: "Framsidan"
  8.                     show_state: true
  9.                     state_adaptive_color: true
  10.                 align_icon: left
  11.                 align_header: left
  12.                 align_state: left
  13.                 height: 150
  14.                 line_width: 2
  15.                 hour24: true
  16.                 hours_to_show: 24
  17.                 hours24: true
  18.                 points_per_hour: 4
  19.                 aminate: true
  20.                 decimals: 1
  21.                 show:
  22.                   fill: true
  23.                   extrema: true
  24.                   average: true
  25.                   labels: false
  26.                 color_thresholds_transition: hard
  27.                 color_thresholds:
  28.                   - value: -50
  29.                     color: "#ff4db5"
  30.                   - value: -20
  31.                     color: "#fc4dff"
  32.                   - value: -15
  33.                     color: "#d34dff"
  34.                   - value: -10
  35.                     color: "#a64dff"
  36.                   - value: -5
  37.                     color: "#7a4dff"
  38.                   - value: 0
  39.                     color: "#4db8ff"                      
  40.                   - value: 18
  41.                     color: "#66ff66"
  42.                   - value: 25
  43.                     color: "#ffd633"
  44.                   - value: 30
  45.                     color: "#ff704d"  
Advertisement
Add Comment
Please, Sign In to add comment