slipx06 / sunsynk-power-flow-card

⚡A customizable Home Assistant card to emulate the Sunsynk System flow that's displayed on the Inverter screen.
MIT License
161 stars 48 forks source link

Bigger view #425

Closed mrfrag1 closed 1 month ago

mrfrag1 commented 1 month ago

Is there an existing issue for this?

Current Behavior

Hi, this card is super. But is there a way the view to set bigger ? I find the option large font, but there is too small.

Bigger graphics and bigger fonts where are perfectly.

Thanks Martin

Screenshot_20240506-191746

Expected behaviour

.

Possible Solutions

No response

Mode

lite

Context / Reason

.

slipx06 commented 1 month ago

Yes you can scale the card using card_height, card_width and panel_mode. You would also need to adjust your dashboard view to the appropriate view type. I would suggest grid layout card

card_height: | Optional | 396px | Only used when panel_mode: false. Sets the card height in pixels. Specify the value i.e. 400px or provide a sensor i.e. input.numer_height card_width: | Optional | 100% | Only used when panel_mode: true. Sets the card width in pixels or percentage 400px or 80%. For adjustments when using the Panel(1 card) view types or grid layouts

slipx06 commented 1 month ago

Continue here https://github.com/slipx06/sunsynk-power-flow-card/discussions/388