Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmerza committed Jul 2, 2020
1 parent 89f1a6f commit 23203ad
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,18 @@ Control any light/switch entity through lovelace
* use `effects_list` to add custom effects list or use `input_select` entity
* always show or hide header and each input

## Installation through [HACS](https://github.com/custom-components/hacs)
## Installation
---

Add through [HACS](https://github.com/custom-components/hacs)

Or you can add this card manually by adding the following to resources in your lovelace config:

```yaml
resources:
- url: /www/light-entity-card/light-entity-card.js
type: js
```
## Configurations:
---
Expand Down Expand Up @@ -58,6 +67,7 @@ group: true
| type | string | **Required** | `custom:light-entity-card` |
| entity | string | **Required** | The entity name of the light entity to control |
| shorten_cards | boolean | **Optional** | `false` show a compact version of the card |
| consolidate_entites | boolean | **Optional** | `false` if entity is a group you can consolidate all entities into one |
| persist_features | boolean | **Optional** | `false` always show entity features |
| effects_list | list/string/boolean | **Optional** | custom list of effects, an input_select entity, or set false to always hide |
| header | boolean/string | **Optional** | custom header name or `false` to hide header |
Expand Down

0 comments on commit 23203ad

Please sign in to comment.