Open jandechent opened 3 weeks ago
I know you warned about using rows. In the home Assistant app and in portrait mode this happens. Notice how the mini-graphs do overlap.
In editing mode, the edit field also seems smaller than it should be:
In landscape or on desktop it works as expected:
type:grid cards: - type: custom:mini-graph-card entities: - entity: sensor.kamin_temp_object color: red name: Kamin hours_to_show: 48 points_per_hour: 3 decimals: 0 lower_bound: 25 upper_bound: 80 show: icon: false state: true height: 300 line_width: 2 layout_options: grid_columns: 4 grid_rows: 2 - type: custom:mini-graph-card entities: - entity: sensor.heizung_auslastung_heizung_eingangsseite show_legend: false show_state: false name: Heizung - entity: sensor.heizung_auslastung_heizung_gartenseite show_legend: false show_state: false hours_to_show: 48 points_per_hour: 3 decimals: 0 lower_bound: 0 upper_bound: 100 show: icon: false state: false height: 150 line_width: 2 layout_options: grid_columns: 4 - type: gauge entity: sensor.gasverbrauch_sum_24h name: "" max: 30 min: 0 height: 100 needle: true segments: - from: 0 color: var(--success-color) - from: 5 color: var(--warning-color) - from: 15 color: var(--error-color) column_span: 2
24.10.2
No response
Mini-graph card is a custom card and should be adapted to “sections” view.
Checklist
Describe the issue you are experiencing
I know you warned about using rows. In the home Assistant app and in portrait mode this happens. Notice how the mini-graphs do overlap.
In editing mode, the edit field also seems smaller than it should be:
Describe the behavior you expected
In landscape or on desktop it works as expected:
Steps to reproduce the issue
What version of Home Assistant Core has the issue?
24.10.2
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
No response
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
No response