We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a few cards that was create some time ago but the size if quite big How do I reduce the overall size of the card
type: custom:flex-horseshoe-card view_layout: grid-area: g2 entities:
The text was updated successfully, but these errors were encountered:
I would be interested in that too. It is nice, but for some dashboard it is too tall.
Sorry, something went wrong.
I figured it out. To reduce the height of the card to 200px:
type: custom:flex-horseshoe-card style: | ha-card { height: 200px !important; }
hello, how can we reduce the cards? i don't know where to modify the yaml? who can help me?
No branches or pull requests
I have a few cards that was create some time ago
but the size if quite big
How do I reduce the overall size of the card
type: custom:flex-horseshoe-card
view_layout:
grid-area: g2
entities:
decimals: 0
unit: '%'
name: BATTERY
decimals: 2
unit: V
decimals: 2
unit: A
decimals: 0
unit: W
decimals: 2
unit: kWh
name: Discharge
decimals: 2
unit: kWh
name: Charge
show:
horseshoe_style: autominmax
layout:
hlines:
xpos: 50
ypos: 40
length: 70
styles:
xpos: 50
ypos: 60
length: 70
styles:
vlines:
xpos: 50
ypos: 50
length: 18
styles:
states:
entity_index: 0
xpos: 50
ypos: 33
styles:
entity_index: 1
xpos: 44
ypos: 53
styles:
entity_index: 2
xpos: 55
ypos: 53
styles:
entity_index: 3
xpos: 34
ypos: 75
styles:
entity_index: 4
xpos: 76
ypos: 7
styles:
entity_index: 5
xpos: 0
ypos: 7
styles:
icons:
entity_index: 1
xpos: 30
ypos: 52
align: start
size: 1
names:
entity_index: 0
xpos: 50
ypos: 95
styles:
entity_index: 4
xpos: 81
ypos: 12
styles:
entity_index: 5
xpos: 0
ypos: 12
styles:
horseshoe_scale:
min: 0
max: 100
width: 6
color_stops:
'0': red
'2000': green
card_mod:
style: |
ha-card {
--ha-card-background: var(--card-background-color);
color: var(--primary-color);
}
The text was updated successfully, but these errors were encountered: