Advertisement
314ma

Pogoda

Apr 20th, 2023
1,144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.85 KB | None | 0 0
  1. type: custom:mini-graph-card
  2. hours_to_show: 24
  3. points_per_hour: 8
  4. show:
  5.   labels: true
  6.   labels_secondary: false
  7. entities:
  8.   - entity: sensor.aqara_multi_sensor_2_temperature
  9.     name: Temperatura - balkon
  10.   - entity: sun.sun
  11.     y_axis: secondary
  12.     show_legend: false
  13.     show_line: false
  14.     show_points: false
  15.     color: black
  16. state_map:
  17.   - value: above_horizon
  18.     label: above
  19.   - value: below_horizon
  20.     label: below
  21. color_thresholds:
  22.   - value: 35
  23.     color: '#8f1519'
  24.   - value: 30
  25.     color: '#ce2117'
  26.   - value: 25
  27.     color: '#f06a2b'
  28.   - value: 20
  29.     color: '#f6f456'
  30.   - value: 15
  31.     color: '#80c244'
  32.   - value: 10
  33.     color: '#41ce95'
  34.   - value: 5
  35.     color: '#29b7dc'
  36.   - value: 0
  37.     color: '#343474'
  38.   - value: -5
  39.     color: '#7a47a3'
  40.   - value: -10
  41.     color: '#c682c9'
  42.   - value: -15
  43.     color: '#f5c7f3'
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement