mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 10:18:44 +00:00
Tweak cobalt temperature card
This commit is contained in:
@@ -35,10 +35,14 @@ cards:
|
|||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
cards:
|
cards:
|
||||||
- type: entities
|
- type: entities
|
||||||
|
style:
|
||||||
|
"#states div": |
|
||||||
|
mini-graph-card {
|
||||||
|
margin: 0 -15px -15px
|
||||||
|
}
|
||||||
title: SARAH
|
title: SARAH
|
||||||
icon: mdi:home-assistant
|
icon: mdi:home-assistant
|
||||||
entities:
|
entities:
|
||||||
- sensor.cobalt_cpu_temperature
|
|
||||||
- sensor.hacs
|
- sensor.hacs
|
||||||
- binary_sensor.updater
|
- binary_sensor.updater
|
||||||
- sensor.uptime
|
- sensor.uptime
|
||||||
@@ -48,6 +52,27 @@ cards:
|
|||||||
- entity: sensor.home_assistant_log
|
- entity: sensor.home_assistant_log
|
||||||
name: Logs
|
name: Logs
|
||||||
icon: mdi:view-list
|
icon: mdi:view-list
|
||||||
|
- type: custom:mini-graph-card
|
||||||
|
align_state: left
|
||||||
|
entities:
|
||||||
|
- color: var(--accent-color)
|
||||||
|
entity: sensor.cobalt_cpu_temperature
|
||||||
|
group: false
|
||||||
|
points_per_hour: 1
|
||||||
|
line_width: 3
|
||||||
|
hour24: true
|
||||||
|
hours_to_show: 24
|
||||||
|
show:
|
||||||
|
fill: fade
|
||||||
|
icon: true
|
||||||
|
name: true
|
||||||
|
state: true
|
||||||
|
name_adaptive_color: false
|
||||||
|
labels: hover
|
||||||
|
legend: false
|
||||||
|
tap_action:
|
||||||
|
action: none
|
||||||
|
|
||||||
|
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: pi_hole_card
|
template: pi_hole_card
|
||||||
|
|||||||
Reference in New Issue
Block a user