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

Lock icon no longer showing with latest HA update #6

Open
iptvcld opened this issue May 25, 2020 · 2 comments
Open

Lock icon no longer showing with latest HA update #6

iptvcld opened this issue May 25, 2020 · 2 comments

Comments

@iptvcld
Copy link

iptvcld commented May 25, 2020

No description provided.

@mike829
Copy link

mike829 commented May 25, 2020

Hello Everybody, after the upgrade to Hassio 0.110.2 the card stop to works:

Error Message: Custom element doesn't exist: love-lock-card.

CARD CONFIG:
resources:

  • url: /local/community/love-lock-card/love-lock-card.js ###(real folder: config/www/community/love-lock-card/love-lock-card.js)
    type: js
    type: 'custom:love-lock-card'
    title: test
    popup: password
    password: 1234
    cards:
  • entity: light.test
    name: Test
    type: light```

Can you please let me know if I did something wrong?

Regards

@Cycloid0
Copy link

Cycloid0 commented Jun 2, 2020

This worked for me to get the icon back, clear your browser cache after making the change.

Edit the following line:
const lockicon = document.createElement("iron-icon");
to
const lockicon = document.createElement("ha-icon");

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

3 participants