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

Custom card not working anymore in 0.116.0 #21

Open
mirceadamian opened this issue Oct 8, 2020 · 1 comment
Open

Custom card not working anymore in 0.116.0 #21

mirceadamian opened this issue Oct 8, 2020 · 1 comment

Comments

@mirceadamian
Copy link

Hi,

After the upgrade of HA to 0.116.0 the card is not working anymore:

image

That is probably due to the breaking change on Custom Lovelace Cards:
https://www.home-assistant.io/blog/2020/10/07/release-116#breaking-changes

I do not see any errors in the logs.

Currently I have installed the latest version of the card: 60ca32d

@MattWestb
Copy link

I was having the same problem then using the URL from the install instruction.
Then the www have more folders i was using the default name as sub folder and changing the URL in UI Lovelace configuration.
Instruction:

resources:
  - type: js
    url: /local/zha-network-card.js

To

resources:
  - type: js
    url: /local/zha-network-card/zha-network-card.js

And its working :-)))

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

2 participants