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 element doesn't exist: button-card #15

Closed
hsellik opened this issue Oct 7, 2021 · 0 comments
Closed

Custom element doesn't exist: button-card #15

hsellik opened this issue Oct 7, 2021 · 0 comments

Comments

@hsellik
Copy link

hsellik commented Oct 7, 2021

To any Home Assistant newbies like me.

  1. Because this is not on HACS, you need the SSH plugin, I found this video to be useful for installing it:
    https://www.youtube.com/watch?v=NTrvgf3vEvg

  2. When copying the files to Home Assistant OS via SSH, the entire unified_remote folder has to be copied under
    <home-assistant-config-path>/custom_components

    For me, it looked like this:

    [core-ssh custom_components]$ pwd
    /root/config/custom_components
    [core-ssh custom_components]$ ls
    hacs            unified_remote
  3. When adding the button in the last example, you need to install button-card, I suggest the HACS option:
    https://github.com/custom-cards/button-card#installation

    And once the button-card is installed you also need to change the URL of the javascript resource:
    New User: Custom element doesn't exist: button-card custom-cards/button-card#476

After everything was set up. The restart button worked like magic. Pretty neat! 🙂

Hopefully, the Wake on LAN button will work as well.

I'll close the issue and leave it for reference.

@hsellik hsellik closed this as completed Oct 7, 2021
@DaviPtrs DaviPtrs pinned this issue Mar 21, 2023
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

1 participant