Skip to content

Commit

Permalink
Add FAQ about not loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jun 10, 2020
1 parent a94a394 commit a1602be
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions documentation/faq/status_not_loaded.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
id: status_not_loaded
title: "Status: Not Loaded"
description: "What to do if the status of a Lovelace element is not loaded"
---

![not_loaded](/img/not_loaded_entry.png)

When you see this message you have one or more resources installed with HACS that are not properly loaded in Lovelace.

To find out what element it is, look for the repository with a "Not Loaded" header in the Frontend section of HACS.

![not_loaded](/img/not_loaded_section.png)

This will trigger if you are not using the expected URL, or if it's not included in the first place.

## Lovelace in storage more (UI)

Something strange has happened, click the 3 dots in the card for the repository and select "Reinstall".

## Lovelace in storage more (YAML)

Add the correct URL to the `resource` key under your `lovelace` configuration entry.
To find the URL click the 3 dots in the card for the repository and select "Reinstall".

:::tip
[For infrmation about the base of URL have a look here.](/docs/categories/plugins#special-notes-about-downloaded-lovelace-plugins)
:::
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ module.exports = {
"faq/addons",
"faq/installation",
"faq/upgrade",
"faq/status_not_loaded",
"faq/limitations",
],
},
Expand Down
Binary file added static/img/not_loaded_entry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/not_loaded_section.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a1602be

Please sign in to comment.