View difference between Paste ID: JmcSkDPm and Vkb2TXhM
SHOW: | | - or go back to the newest paste.
1
cards:
2
  - animate: true
3
    color_thresholds:
4
      - color: '#3498db'
5
        value: 15
6
      - color: '#f39c12'
7
        value: 20
8
      - color: '#c0392b'
9
        value: 30
10
    entities:
11
      - entity: sensor.shelly_shht_1_f931d6_temperature
12
        name: Balkon
13
        show_state: true
14
        state_adaptive_color: true
15
      - color: '#444444'
16
        entity: sensor.solar_elevation
17
        show_fill: false
18
        show_legend: false
19
        show_state: false
20
        y_axis: secondary
21
    hour24: true
22
    hours_to_show: 24
23
    line_width: 2
24
    lower_bound_secondary: 0
25
    name: Temperatur
26
    points_per_hour: 12
27
    show:
28
      average: true
29
      extrema: true
30
      points: false
31
    type: 'custom:mini-graph-card'
32
  - animate: true
33
    color_thresholds:
34
      - color: '#3498db'
35
        value: 70
36
      - color: '#2FDE75'
37
        value: 50
38
      - color: '#f39c12'
39
        value: 30
40
    entities:
41
      - entity: sensor.shelly_shht_1_f931d6_humidity
42
        show_points: false
43
        state_adaptive_color: true
44
      - color: '#444444'
45
        entity: sensor.solar_elevation
46
        show_fill: false
47
        show_legend: false
48
        show_state: false
49
        y_axis: secondary
50
    hour24: true
51
    hours_to_show: 24
52
    icon: 'mdi:water-percent'
53
    line_width: 2
54
    lower_bound_secondary: 0
55
    name: Luftfeuchtigkeit
56
    points_per_hour: 12
57
    show:
58
      average: true
59
      extrema: true
60
      points: false
61
    type: 'custom:mini-graph-card'
62
type: vertical-stack
63