You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,27 @@ This integration allows you to control "dumb" RGB LED lights (controlled via Inf
19
19
20
20
## 🛠️ Installation
21
21
22
-
1. Copy the `ir_light` folder to your `custom_components/` directory.
23
-
2. Restart Home Assistant.
24
-
3. Go to **Settings > Devices & Services > Add Integration** and search for "IR Light".
22
+
### HACS Installation
23
+
24
+
[](https://my.home-assistant.io/redirect/hacs_repository/?category=Integration&repository=HA-IR-Light&owner=Infinitte)
25
+
26
+
Or Search for `IR RGB Light Mapper` in HACS and install it under the "Integrations" categroy.
27
+
28
+
- Restart Home Assistant
29
+
- In the HA UI go to Settings -> Integrations click "+ Add integration" and search for "IR RGB Light Mapper"
30
+
- Follow Configuration steps to create your first entity
31
+
32
+
### Manual Installation
33
+
34
+
<details>
35
+
<summary>More Details</summary>
36
+
37
+
- You should take the xxxx.zip file from the latest [published release](https://github.com/Infinitte/HA-IR-Light/releases).
38
+
- To install, place the contents of `custom_components` into the `<config directory>/custom_components` folder of your Home Assistant installation.
39
+
- Restart Home Assistant
40
+
- In the HA UI go to Settings -> Integrations click "+ Add integration" and search for "IR RGB Light Mapper"
41
+
- Follow Configuration steps to create your first entity
42
+
</details>
25
43
26
44
## ⚙️ Configuration
27
45
During setup, you will be asked for:
@@ -36,3 +54,6 @@ During setup, you will be asked for:
0 commit comments