Skip to content

Commit a46df0c

Browse files
committed
Update README.md
Correct typo & expand Installation instructions into sections for HACS and manual.
1 parent 24ac4a0 commit a46df0c

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ File | Purpose
3636
`requirements_dev.txt` | Python packages used to provide [IntelliSense](https://code.visualstudio.com/docs/editor/intellisense)/code hints during development of this integration, typically includes packages in `requirements.txt` but may include additional packages
3737

3838

39-
## Installation
39+
## Installation (manual)
4040

4141

4242
1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).
@@ -46,7 +46,7 @@ File | Purpose
4646
5. Place the files you downloaded in the new directory (folder) you created.
4747
6. Add "remote_syslog:" to configuration.yaml.
4848
7. Restart Home Assistant
49-
8. In the HA UI go to "Configuration" -> "Automations", create a mew automation and review service options for Actions.
49+
8. In the HA UI go to "Configuration" -> "Automations", create a new automation and review service options for Actions.
5050

5151

5252
Using your HA configuration directory (folder) as a starting point you should now also have this:
@@ -61,6 +61,15 @@ custom_components/remote_syslog/sysloggercommon.py
6161
```
6262

6363

64+
## Installation (HACS)
65+
66+
67+
1. Add the "remote_syslog" repository from the HACS/Integrations/"Explore & Add Repositories" button.
68+
2. Add "remote_syslog:" to configuration.yaml.
69+
3. Restart Home Assistant
70+
4. In the HA UI go to "Configuration" -> "Automations", create a new automation and review service options for Actions.
71+
72+
6473
## Usage
6574

6675

0 commit comments

Comments
 (0)