Home-Assistant-Lovelace-Local-Conditional-card icon indicating copy to clipboard operation
Home-Assistant-Lovelace-Local-Conditional-card copied to clipboard

Some custom child cards issue

Open estevez-dev opened this issue 4 years ago • 2 comments

First of all, thanks for such a useful card.

I found an issue using custom:local-conditional-card when its child card is set to some custom lovelace card. The card is not displayed at all:

type: 'custom:local-conditional-card'
default: show
id: living_room_2
card:
  type: 'custom:mini-media-player'
  entity: media_player.living_room_media

Media player card itself is working properly:

type: 'custom:mini-media-player'
entity: media_player.living_room_media

screenshot-homeassistant_8123-2021 02 16-17_18_19

It is also doesn't work with custom:simple-thermostat, but works with custom:button-card.

estevez-dev avatar Feb 16 '21 15:02 estevez-dev

Are there any errors in browser's console?

PiotrMachowski avatar Feb 16 '21 15:02 PiotrMachowski

Are there any errors in browser's console?

No errors in the console

estevez-dev avatar Feb 16 '21 19:02 estevez-dev

Please create a new issue if problem persists in v2.0.0

PiotrMachowski avatar Aug 08 '22 02:08 PiotrMachowski