AndyN
(Andrew Newton)
May 10, 2024, 11:20am
1
Hi,
Not sure this is the right place for this , but if not pls let me know.
Firstly , excellent job with the drag and drop dashboard … love it
However slight issue I have found which is when using conditional cards, in the new drag & drop dashboard view they leave the gap in normal view. The original masonry view didn’t and it looked better.
Think I might be repeating what others have found , so apologies if I have.
Doesn’t distract from a cool new feature thou … thank you
1 Like
I’m also experiencing this, did you find a fix at all?
AndyN
(Andrew Newton)
May 23, 2024, 11:43am
3
Hi there ,
TBH you are the only person that as replied to my post , so as yet I haven’t found a fix or work around.
Hopefully its been reported on other posts and may be something included for the next release
Fanful
May 23, 2024, 11:52am
4
There’s an issue created for this in github, sadly no reply from devs so far:
opened 06:18AM - 09 Apr 24 UTC
### Checklist
- [X] I have updated to the latest available Home Assistant versi… on.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my browser.
- [X] I have tried reproducing the issue in [safe mode](https://www.home-assistant.io/blog/2023/11/01/release-202311/#restarting-into-safe-mode) to rule out problems with unsupported custom resources.
### Describe the issue you are experiencing
I'm creating a new dashboard for my plants - due to the huge amount of plant sensors, I want to hide all plant-cards when there's no problem.
When all measurements are within the expected range, the card should be hidden.
This is working - but the dashboard shows an empty area where the conditional cards are placed...


### Describe the behavior you expected
like for the other dashboard types, the place where a conditional card is placed should not be "blocked" by an empty area
### Steps to reproduce the issue
1. Create a section dashboard
2. Create a conditional card with conditions not met
3. Save the dashboard & leave the editor
...
### What version of Home Assistant Core has the issue?
core 2024.4.1
### 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
```yaml
title: pflanzen
path: pflanzen
icon: mdi:flower
cards: []
type: sections
sections:
- type: grid
cards:
- type: vertical-stack
cards:
- type: conditional
conditions:
- condition: state
entity: plant.benjamin
state: problem
card:
type: vertical-stack
cards:
- type: custom:flower-card
entity: plant.benjamin
battery_sensor: sensor.benjamin_battery
show_bars:
- moisture
- conductivity
- temperature
- illuminance
- dli
- humidity
display_type: full
- type: horizontal-stack
cards:
- type: tile
entity: sensor.benjamin_signal_strength
name: Signalstärke
- type: tile
entity: button.benjamin_batterie_ersetzt
name: Batterie ersetzt
hide_state: true
- type: vertical-stack
cards:
- type: conditional
conditions:
- condition: state
entity: plant.ficus_benjamina_bonsai
state: problem
card:
type: vertical-stack
cards:
- type: custom:flower-card
entity: plant.ficus_benjamina_bonsai
battery_sensor: sensor.ficus_benjamina_1_battery
show_bars:
- moisture
- conductivity
- temperature
- illuminance
- dli
- humidity
display_type: full
- type: horizontal-stack
cards:
- type: tile
entity: sensor.ficus_benjamina_1_signal_strength
name: Signalstärke
- type: tile
entity: button.ficus_benjamina_1_batterie_ersetzt
hide_state: true
name: Batterie ersetzt
- type: vertical-stack
cards:
- type: conditional
conditions:
- condition: state
entity: plant.ficus_microcarpa_bonsai
state: problem
card:
type: vertical-stack
cards:
- type: custom:flower-card
entity: plant.ficus_microcarpa_bonsai
battery_sensor: sensor.ficus_microarpa_bonsai_battery
show_bars:
- moisture
- conductivity
- temperature
- illuminance
- dli
- humidity
display_type: full
- type: horizontal-stack
cards:
- type: tile
entity: sensor.ficus_microarpa_bonsai_signal_strength
name: Signalstärke
- type: tile
entity: button.ficus_microarpa_bonsai_batterie_ersetzt
name: Batterie ersetzt
hide_state: true
- type: vertical-stack
cards:
- type: custom:flower-card
entity: plant.gummibaum
battery_sensor: sensor.ficus_elastica_battery
show_bars:
- moisture
- conductivity
- temperature
- illuminance
- dli
- humidity
display_type: full
- type: horizontal-stack
cards:
- type: tile
entity: sensor.ficus_elastica_signal_strength
name: Signalstärke
- type: tile
entity: button.ficus_elastica_battery_replaced
name: Batterie ersetzt
hide_state: true
```
### Javascript errors shown in your browser console/inspector
_No response_
### Additional information
_No response_
AndyN
(Andrew Newton)
May 23, 2024, 12:51pm
5
Thank you … good to hear its at least reported