Hi,
I am using a tabbed-card that is within a vertical stack card. Works fine but my labels such as Test show as TEST. Any way to fix this?
type: vertical-stack
cards:
- type: markdown
content: Rasperry Pi's
card_mod:
style: |
ha-card {
text-transform: none;
border: none;
border-bottom: none;
box-shadow: none;
border-radius: 10px 10px 0px 0px;
background: transparent;
font-size: 15px;
text-align: center;
padding: 5px;
margin-bottom: 0px;
}
- type: custom:tabbed-card
style: |
ha-card {
text-transform: none;
background: transparent;
border: 2px solid white;
border-radius: 10px;
}
.tabbed-card-label {
text-transform: none !important;
}
tabs:
- attributes:
label: Office
card:
type: vertical-stack
cards:
- type: entities
entities:
- entity: sensor.rpi_raspberrypi_rpi_cpu_use_raspberrypi
name: CPU Use
- entity: sensor.rpi_raspberrypi_rpi_disk_used_raspberrypi
name: Disk Used
- entity: sensor.rpi_raspberrypi_rpi_mem_used_raspberrypi
name: Memory Used
- entity: sensor.rpi_raspberrypi_rpi_temp_raspberrypi
name: Temp
- type: attribute
entity: sensor.rpi_raspberrypi_rpi_monitor_raspberrypi
attribute: ux_updates
name: Updates
- type: attribute
entity: sensor.rpi_raspberrypi_rpi_monitor_raspberrypi
attribute: ux_release
name: Release
- type: attribute
entity: sensor.rpi_raspberrypi_rpi_monitor_raspberrypi
attribute: ux_version
name: Version
card_mod:
style: |
ha-card {
text-transform: none;
border: 2px solid white;
box-shadow: none;
border-radius: 10px;
background: transparent;
}
- attributes:
label: Bedroom
card:
type: vertical-stack
cards:
- type: entities
entities:
- entity: sensor.rpi_raspberrypi_rpi_cpu_use_raspberrypi_2
name: CPU Use
- entity: sensor.rpi_raspberrypi_rpi_disk_used_raspberrypi_2
name: Disk Used
- entity: sensor.rpi_raspberrypi_rpi_mem_used_raspberrypi_2
name: Memory Used
- entity: sensor.rpi_raspberrypi_rpi_temp_raspberrypi_2
name: Temp
- type: attribute
entity: sensor.rpi_raspberrypi_rpi_monitor_raspberrypi_2
attribute: ux_updates
name: Updates
- type: attribute
entity: sensor.rpi_raspberrypi_rpi_monitor_raspberrypi_2
attribute: ux_release
name: Release
- type: attribute
entity: sensor.rpi_raspberrypi_rpi_monitor_raspberrypi_2
attribute: ux_version
name: Version
card_mod:
style: |
ha-card {
text-transform: none;
border: 2px solid white;
box-shadow: none;
border-radius: 10px;
background: transparent;
}