dmulcahey / zha-network-card

Custom Lovelace card that displays ZHA network and device information
GNU General Public License v3.0
95 stars 20 forks source link

Custom card not working anymore in 0.116.0 #21

Open mirceadamian opened 3 years ago

mirceadamian commented 3 years ago

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 commented 3 years ago

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 :-)))