iantrich / config-template-card

📝 Templatable Lovelace Configurations
MIT License
434 stars 56 forks source link

Documentation is lacking information #53

Closed jmgiaever closed 3 years ago

jmgiaever commented 3 years ago

Checklist:

Release with the issue:

Last working release (if known): 0.117.6 Browser and Operating System: 86.0.4240.183 (Official Build) (64-bit)/Ubuntu 20.04

Description of problem: Not sure.

Javascript errors shown in the web inspector (if applicable):

- None

Additional information: this dosn't work:

      - type: custom:config-template-card
        card: 
          type:  picture-entity
        entities:
          - persons.jmg
jmgiaever commented 3 years ago

output: No entities defined

iantrich commented 3 years ago

That example is not in the docs? Your issue is your picture-elements config, not your config-template-card config

jmgiaever commented 3 years ago

For what I'm seeing, is that config-template-card is not passing the entity that is specified in the entities-array.

iantrich commented 3 years ago

That should be part of you config in card. entities in my card is to watch for state changes. It is not used for anything else and is stated as such in the docs.