ragazzi mi aiutate a capire perché si accavallano le schede. allego codice, grazie
picture-elements
custom:text-element
custom:mini-graph-card
vertical-stack-in-card
per il codice è il seguente:
elements:
- cards:
- align: split
entity: sensor.processor_use
icon: 'mdi:memory'
icon_position: inside
severity:
- color: '#5CB3FF'
value: 35
- color: orange
value: 66
- color: red
value: 100
title: CPU
title_position: inside
type: 'custom:bar-card'
- align: split
entity: sensor.memory_use_percent
icon: 'mdi:chip'
icon_position: inside
severity:
- color: '#1589FF'
value: 35
- color: orange
value: 66
- color: red
value: 100
title: RAM
title_position: inside
type: 'custom:bar-card'
horizontal: true
style:
left: 50%
top: 30%
width: 100%
type: 'custom:vertical-stack-in-card'
- align: split
entity: sensor.disk_use_percent_home
icon_position: inside
severity:
- color: '#5CB3FF'
value: 35
- color: '#56A5EC'
value: 66
- color: '#red'
value: 100
style:
left: 50%
top: 40%
width: 100%
title: SSD
title_position: inside
type: 'custom:bar-card'
- align_state: left
entities:
- color: red
entity: sensor.cpu_temp
icon: 'mdi:temperature'
name: Temperatura CPU
hours_to_show: 24
line_width: 2
show:
extrema: true
fill: fade
labels: true
points: true
style:
left: 50%
top: 72%
width: 100%
type: 'custom:mini-graph-card'
- icon: 'mdi:clock-outline'
style:
color: white
left: 63%
top: 16%
type: icon
- entity: sensor.time_online
style:
color: white
left: 75%
top: 18%
type: state-label
- style:
color: white
left: 75%
top: 14%
text: UpTime
type: 'custom:text-element'
- style:
color: '#82CAFF'
left: 15%
top: 3%
text: Rapberry PI3 3B+
type: 'custom:text-element'
image: /local/images/rpi/rpi.png
type: picture-elements