Hi,
I dont get it…
All the solutions which I found online for change the font size doesnt work.
Can anybody help?
I am very unconfirm with all that stuff…
How can I change the font of the “timer” to a bigger font like the clock?
Here is what I tried:
type: conditional
conditions:
- entity: switch.shisha_turbine
state: 'on'
card:
type: entities
entities:
- timer.shisha_turbine
state_color: true
show_header_toggle: false
style: |
ha-card {
font-size: 2em;
font-weight: bold;
}