question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR (MainThread) [hacs] Tried to serve up '/config/www/community/light-entity-card/dist/light-entity-card.js' but it does not exist

See original GitHub issue

I get this error:

ERROR (MainThread) [hacs] Tried to serve up '/config/www/community/light-entity-card/dist/light-entity-card.js' but it does not exist

Whenever the light entity card stacked in an entities card in a conditional card is made visible.

It is installed correctly according to HACS and does display, it just generates the above error.

  - card:
      cards:
        - entity: light.led_strip_bar
          group: true
          style: |
            ha-card {
              border: solid 2px var(--primary-color);
              --ha-card-background: rgba(0, 0, 0, 0);
            }
          type: 'custom:light-entity-card'
        - entities:
            - input_number.ledspeed
            - input_number.ledintensity
            - input_number.ledbrightness
          style: |
            ha-card {
              border: solid 2px var(--primary-color);
              --ha-card-background: rgba(0, 0, 0, 0);
            }
          type: entities
        - cards:
            - entities:
                - input_select.wled_palette_list
              style: |
                ha-card {
                  border: solid 2px var(--primary-color);
                  --ha-card-background: rgba(0, 0, 0, 0);
                }
              type: entities
            - entities:
                - input_select.wled_presets
              style: |
                ha-card {
                  border: solid 2px var(--primary-color);
                  --ha-card-background: rgba(0, 0, 0, 0);
                }
              type: entities
          type: 'custom:hui-horizontal-stack-card'
        - entities:
            - script.wled_random
          style: |
            ha-card {
              border: solid 2px var(--primary-color);
              --ha-card-background: rgba(0, 0, 0, 0);
            }
          type: entities
      type: vertical-stack
    conditions:
      - entity: light.led_strip_bar
        state: 'on'
    type: 'custom:hui-conditional-card'

Screenshot_2020-03-31 Home Assistant(1)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
tomlutcommented, Apr 23, 2020

None of the 20 other HACS plugins I use has this issue. The file path was correct but I’ve given up trying to convince you and uninstalled it. Problem solved.

0reactions
ljmerzacommented, Apr 23, 2020

It has nothing to do with your config. The card is installed wrong. Look at the HACS docs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ERROR (MainThread) [homeassistant.setup] Setup failed for ...
I ve tried to install HACS on my Pi4 with 0.106.2 core. But although an integration showed up under Integrations, an icon never...
Read more >
HACS does not run properly · Issue #204 - GitHub
Version of HACS. 0.10.0. Describe the bug. HACS background task not finishing. In UI message "Background task running, refresh the page in a ......
Read more >
Custom Repositories - HACS
Not all repositories will work in HACS, since HACS still needs the repository to have a known structure. If you want to try...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found