Skip to content

Commit

Permalink
Filtering: add description of status (#558)
Browse files Browse the repository at this point in the history
* Filtering: add description of status

* Fix typo

* specify 'downloaded' further
  • Loading branch information
c0ffeeca7 authored Aug 22, 2024
1 parent 3178b26 commit 4a2162a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions source/docs/use/repositories/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,17 @@ You can search for both downloaded and available repositories in HACS.

![nav_overview](/assets/images/screenshots/overview/filter/light.png#only-light)
![nav_overview](/assets/images/screenshots/overview/filter/dark.png#only-dark)
2. There are currently 2 filter types:
2. There are currently 2 filter types, **Type** and **Status**:

- **Status**: For example, show only repositories that have been **Downloaded** or are **New**.
- **Type**: filters for a specific [type](/docs/use/repositories/type/index.md) of custom element, such as integration, dashboard, or theme.
- **Type**: filters for a specific [type](/docs/use/repositories/type/index.md) of custom element: integration, dashboard, theme, template, AppDaemon app, or Python Script.
- **Status**:
- **Pending restart**: The repository has been downloaded. But for the software version to become active, you need to restart Home Assistant.
- **New**: HACS found repositories it has not seen before. If you select **Dismiss new**, these will be shown under **Available for download**.
- **Downloaded**: The repository has been downloaded. You can use its functionality.
- **Available for download**: This is a repository that is not new to HACS and that you can download.

![nav_overview](/assets/images/screenshots/overview/filter/status/light.png#only-light)
![nav_overview](/assets/images/screenshots/overview/filter/status/dark.png#only-dark)

3. **Troubleshooting**: Don't see the status or type in your table?
- Make sure the [columns are not hidden](https://www.home-assistant.io/docs/organizing/tables#customizing-columns)
Expand Down

0 comments on commit 4a2162a

Please sign in to comment.