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

Dashboard completely disappear after using custom #67

Closed
Bios-dude opened this issue Apr 3, 2021 · 7 comments
Closed

Dashboard completely disappear after using custom #67

Bios-dude opened this issue Apr 3, 2021 · 7 comments

Comments

@Bios-dude
Copy link

Describe the bug: when i put type: 'custom:upcoming-media-card' with entity: sensor.sonarr_upcoming

Config YAML:

views:
  - badges: []
    cards:
      - type: 'custom:upcoming-media-card'
        entity: sensor.sonarr_upcoming

Components: anything that fill as entity for upcoming card

HA Error:

Troubleshooting Guide:

Home Assistant Version: Home Assistant 2021.3.4

Screenshots:

Screenshot_32

Additional Context:

@Bios-dude
Copy link
Author

Screenshot_33
Just for information if my radarr and sonarr integration working fine, if i put the card type again, it will completely disappear like above

@luisgarcia87
Copy link

My dashboard was not loading at all after updating Home Assistant to core-2021.4.5
I troubleshoot the lovelace by removing custom add-ons and see which one was causing the crash. It was the upcoming-media-card, after removing it from the RAW configuration editor the UI loaded and everything was working fine.

@jds11111
Copy link

I had the same thing, but fixed it with reinstalling. I think something changed with integration. IIRC, the js files are stored somewhere else, so if you follow the installation instructions, the resources have moved. I then put the cards back in the dashboard and it worked.

@ghost
Copy link

ghost commented Sep 8, 2021

the built in sonarr component integration does not supply this front_end card with the correct json data its programmed to look for..
this is why is doesn't work

you have to use the sonarr integration from here (not the built in HA integration)
https://github.com/custom-components/sensor.sonarr_upcoming_media

you can about it here https://github.com/custom-cards/upcoming-media-card/blob/master/troubleshooting.md#components

@Silver2545
Copy link

you have to use the sonarr integration from here (not the built in HA integration)

I realize that this was my fault for not reading the directions properly when adding everything, but would it be possible to have attempting to use the default HA implementation cause a visible error? I made this mistake as well as Bios-Dude and I'm guessing that others have as well and possibly just give up and move on.

@groenmarsmannetje
Copy link

groenmarsmannetje commented Oct 6, 2021

In HA version 2021.10.0 the Trakt integration failed to load in my case (see issue). And I assume now after reading this that that also caused that the Lovelace Dashboards did not show at all. A front end component should never cause that kind of impact when the integration that it depends on is not available. The error should be isolated and only the component itself should be impacted.

@mkanet
Copy link
Collaborator

mkanet commented May 30, 2024

Closing this issue since a lot has changed since this issue was opened. If you still haven't found a solution/workaround, you can open a new issue describing how to reproduce it.

@mkanet mkanet closed this as completed May 30, 2024
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

6 participants