ljmerza / light-entity-card

Control any light or switch entity
MIT License
228 stars 41 forks source link

Version 6.1.0 works but 6.1.1 fails to load #116

Closed DrJohnT closed 6 months ago

DrJohnT commented 7 months ago

After upgrading (via HACS) from 6.1.0 to 6.1.1 my system no longer can locate the light-entity-card

I reverted to 6.1.0 using HACS and everything great again.

haplm commented 7 months ago

The same here

michaelsleen commented 7 months ago

I have the same issue.

budswarez commented 7 months ago

I have the same problem, I had to go back to the previous version.

antro31 commented 7 months ago

Same here. Looks like 6.1.1 does not have the dist repository required by HACS.

wokkeltje13 commented 6 months ago

same issue

Psytoshgen commented 6 months ago

Hi! May be trouble in card id? ive got this js module after installation /hacsfiles/light-entity-card/null?hacstag=168744428611

MobilityManager commented 6 months ago

Same issue here. How can you downgrade to 6.1.0 with HACS? Can someone please explain?

ljmerza commented 6 months ago

sorry for the late response updated to fix this

cyablo commented 6 months ago

Doesn't seem to be fixed for latest 2024.1.0 non-beta HA Core.

iks82 commented 6 months ago

For me, the update to v6.1.2 (from v6.1.1 I think) did not work on 2024.1.0. But remove and re-install the module did the trick.

cyablo commented 6 months ago

Remove -> re-install 6.1.2 on 2024.1.0 does not work for me. Still fails to load.

jsiemek commented 6 months ago

Double-check what is in your resources. It should be:

/hacsfiles/light-entity-card/light-entity-card.js?hacstag=168744428612

NOT:

/hacsfiles/light-entity-card/null?hacstag=168744428612

antro31 commented 6 months ago

@jsiemek : Yes, that makes it work!

For other: Resources are available on clicking the "three dots" button at the top right corner in the "dashboard" setting menu.

cyablo commented 6 months ago

@jsiemek : Now it works.

But now HACS complains about 1 lovelace element that could not be loaded. Looks like this is only a workaround.

antro31 commented 6 months ago

There is certainly something wrong with it's installation.

zSprawl commented 6 months ago

@jsiemek : Now it works.

But now HACS complains about 1 lovelace element that could not be loaded. Looks like this is only a workaround.

Instead of editing the bad one with null, I added another entry with the correct path so there are two entries now. This allows it to work and not display the Lovelace error.

antro31 commented 6 months ago

@zSprawl : Nice trick !. Still hopping that @ljmerza is able to correct the installation.

ljmerza commented 6 months ago

Sorry not sure what's wrong with the installation?

antro31 commented 6 months ago

When installing, this adds /hacsfiles/light-entity-card/null?hacstag=168744428612 as a resource whereas it should add '/hacsfiles/light-entity-card/light-entity-card.js?hacstag=168744428612'

jsiemek commented 6 months ago

Have during install add wrong entry into resources:

It should be:

/hacsfiles/light-entity-card/light-entity-card.js?hacstag=168744428612

It adds:

/hacsfiles/light-entity-card/null?hacstag=168744428612

giovanni247000 commented 6 months ago

la versione 6.1.2 non funziona più devo tornare alla versione 6.0

giovanni247000 commented 6 months ago

an update will be released that solves the problem or I have to keep version 6.0?

michaelsleen commented 6 months ago

Simply updating to 6.1.2 just now appears to have fixed it for me.

sonar98 commented 6 months ago

6.1.2 does not fix it for me

ljmerza commented 6 months ago

try uninstalling and reinstalling. the previous bug may have left HACS in a bad state

pex81 commented 6 months ago

I continue to have the same problem with 6.1.2, I have tried removing and replacing several times. I now have 6.1.0

budswarez commented 6 months ago

Have during install add wrong entry into resources:

It should be:

/hacsfiles/light-entity-card/light-entity-card.js?hacstag=168744428612

It adds:

/hacsfiles/light-entity-card/null?hacstag=168744428612

Check and remove or fix line in Config > Dashboard > 3 dots > ( Search entry null )

sonar98 commented 6 months ago

Removing and reinstalling helped to solve the problem for me.

pex81 commented 6 months ago

I've tried over and over again, but after a few uses I return to this point

Screenshot 2024-01-06 alle 17 26 51 Screenshot 2024-01-06 alle 17 27 05

only with 6.1.0 everything works normally.

sonar98 commented 6 months ago

It stopped working again here. Got an error: image

downloading again stopped the error but the other error appeared again: image

Reverting to 6.1.0 for now.