From 23203adb87f74a4a246a4a9db5806cfed65bbbf7 Mon Sep 17 00:00:00 2001
From: Leonardo Merza <ljmerza@gmail.com>
Date: Thu, 2 Jul 2020 12:56:25 -0400
Subject: [PATCH] fix readme

---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 93fcb65..5b1a209 100755
--- a/README.md
+++ b/README.md
@@ -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:
 ---
@@ -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                                |