Skip to content

Commit

Permalink
Merge pull request #1324 from Lx/patch-1
Browse files Browse the repository at this point in the history
Docs: Setup: reformat dependency list
  • Loading branch information
basbruss committed Jun 27, 2023
2 parents 3e0040a + cf649a4 commit 75efe54
Showing 1 changed file with 18 additions and 12 deletions.
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

0 comments on commit 75efe54

Please sign in to comment.