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 issueI 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'
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
It has nothing to do with your config. The card is installed wrong. Look at the HACS docs.