Hi all,
I have a problem with the layout card module that I can’t solve by myself: My view is completely empty. This is my example configuration, that doesnt’ work:
title: Home
# Include external resources
resources:
- url: /local/community/lovelace-layout-card/layout-card.js
type: module
views:
- title: My view
panel: true
cards:
- type: custom:layout-card
cards:
- type: entities
title: 1
entities:
- light.bettleuchte
- type: entities
title: 2
entities:
- light.kuche
- type: entities
title: 3
entities:
- light.stehlampe
- title: Empty Test View
Layout Card is installed and can be found under that given path. I checked what happened in the source code on the view. It seems that the layout card does something, but the three entity-cards are empty…?
I’m not sure if this is an issue I should post at github or something I produced myself somehow. Did someone encounter a similiar problem?
(The light entities in my example above exist. And I don’t have any problems with other modules or lovelace-plugins at all. All other cards are loading as they should. Only the layout card has this strange behavior.)
Thanks you for your help!
Cheers
Norman