Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installed via HACS, visible in Resources, but not usable in YAML #40

Open
crosenkr opened this issue Dec 21, 2021 · 5 comments
Open

Installed via HACS, visible in Resources, but not usable in YAML #40

crosenkr opened this issue Dec 21, 2021 · 5 comments

Comments

@crosenkr
Copy link

I have a weird issue. I installed the card, and it shows in HACS and also in the Lovelace resources (as "/hacsfiles/list-card/list-card.js?hacstag=145479324011").

However, the use of the card seems not to work. I usually start with the examples, so:

  • type: custom:list-card
    entity: sensor.engineering_feed
    title: Engineering Feed
    feed_attribute: entries
    columns:
    • title: Title
      field: title
    • title: Description
      field: description

But I already get "No card type configured".

My hunch is that the resource is somehow incorrect or broken?

@IZZE2000
Copy link

IZZE2000 commented Jan 1, 2022

same here...

@kongo09
Copy link

kongo09 commented Jan 5, 2022

This assumes that you have the feedparser integration installed and configured with the engineering feed example. The engineering feed doesn't have a description (at least for me). Taking out the description field made it work for me.

@nolageek
Copy link

Same issue. feedparser is install and configured with engineering example. I just keep getting "No card type configured"

@Madelena
Copy link

Madelena commented Mar 15, 2022

list-card error

Same issue here.

The config looks fine as well:

lovelace:
  mode: yaml
  resources:
    - url: /local/style.css
      type: css
    - url: /hacsfiles/lovelace-mushroom/mushroom.js
      type: module
    - url: /hacsfiles/lovelace-card-tools/card-tools.js
      type: module
    - url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
      type: module
    - url: /hacsfiles/compass-card/compass-card.js
      type: module
    - url: /hacsfiles/harmony-card/harmony-card.js
      type: module
    - url: /hacsfiles/vacuum-card/vacuum-card.js
      type: module
    - url: /hacsfiles/lovelace-layout-card/layout-card.js
      type: module
    - url: /hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js
      type: module
    - url: /hacsfiles/timer-bar-card/timer-bar-card.js
      type: module
    - url: /hacsfiles/bar-card/bar-card.js
      type: module
    - url: /hacsfiles/uptime-card/uptime-card.js
      type: module
    - url: /hacsfiles/list-card/list-card.js
      type: module
    - url: /hacsfiles/lovelace-swipe-navigation/swipe-navigation.js
      type: module

The js file is also in the correct path.

@Dynamix72
Copy link

@Madelena you should not use - type custom:list-card.
Use:

type custom:list-card
entity: sensor.nws_alert_rss_feed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants