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

Docs: Setup: reformat dependency list #1324

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 18 additions & 12 deletions docs/setup/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,24 @@ If you can't or don't like to use HACS, you still have the possibility to use th

In order to function correctly, the UI Lovelace Mininmalist "Theme" requires some additional integrations and lovelace resources. While we can install most of these for you during the installation via HACS, you will also have to install and configuring them manually in advance for a manual installation.

| Required Integrations and lovelace resources |
|-------------------------------------------------------------------------|
| [`browser-mod`](https://github.com/thomasloven/hass-browser_mod) |
| [`button-card`](https://github.com/custom-cards/button-card) |
| [`lovelace-card-mod`](https://github.com/thomasloven/lovelace-card-mod) |
| [`mini-graph-card`](https://github.com/kalkih/mini-graph-card) |
| [`mini-media-player`](https://github.com/kalkih/mini-media-player) |
| [`my-cards-slider-card`](https://github.com/AnthonMS/my-cards) |
| [`light-entity-card`](https://github.com/ljmerza/light-entity-card) |
| [`lovelace-auto-entities`](https://github.com/thomasloven/lovelace-auto-entities)|

You can install most of them also via HACS or manually.
#### Required Integration

- [browser_mod](https://github.com/thomasloven/hass-browser_mod) by Thomas Lovén

#### Required Lovelace Resources

- [button-card](https://github.com/custom-cards/button-card) by RomRider
- [card-mod](https://github.com/thomasloven/lovelace-card-mod) by Thomas Lovén
- [mini-graph-card](https://github.com/kalkih/mini-graph-card) by Karl Kihlström
- [Mini Media Player](https://github.com/kalkih/mini-media-player) by Karl Kihlström
- [My Cards Bundle](https://github.com/AnthonMS/my-cards) by AnthonMS**
- [Light Entity Card](https://github.com/ljmerza/light-entity-card) by Leonardo Merza
- [auto-entities](https://github.com/thomasloven/lovelace-auto-entities) by Thomas Lovén

You can install these via HACS or manually.

Some resources (as marked above with **) might not be available in HACS by default.
To find and install these using HACS, first add them as [custom repositories](https://hacs.xyz/docs/faq/custom_repositories/).

### Download Release File

Expand Down