mawinkler / astroweather-card

Lovalace Card for the AstroWeather Integration
MIT License
23 stars 2 forks source link

Card height no being reported correctly #9

Open tomlut opened 1 year ago

tomlut commented 1 year ago

It seems that the card height is not being reported correctly. Even though it fills the entire height of the screen other cards are still stacked preferentially bellow it.

type: custom:astroweather-card
entity: weather.astroweather_42_995725_147_312578
name: AstroWeather
current: true
details: true
deepskydetails: true
forecast: true
graph: true
number_of_forecasts: '6'
line_color_condition_night: '#eeffff'
line_color_condition: '#f07178'
line_color_cloudless: '#c3e88d'
line_color_seeing: '#ffcb6b'
line_color_transparency: '#82aaff'
mawinkler commented 1 year ago

Hm, I don't know exactly what you mean. I'm not doing any card height reporting and I don't have any possibilities to influence the placement on the view...

tomlut commented 1 year ago

Im no developer but I was under the impression that cards need to report their height. Otherwise they do not play well with other cards in the dashboard.