Skip to content

Commit c4dc8d3

Browse files
authored
Update README.md
1 parent b2b4f26 commit c4dc8d3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,19 @@ This is provided without warranty or support of any kind.
66

77
## Instructions
88

9+
### Automatic install
10+
11+
* [Install HACS](https://www.hacs.xyz/docs/use/) if you don't already
12+
* Add a custom repo to HACS using [these instructions](https://www.hacs.xyz/docs/faq/custom_repositories/)
13+
* In the Repository field enter `marcusds/homeassistant-arp_ssh`
14+
* For the Type select `Integration`
15+
16+
### Manual install
17+
918
Install by putting the contents of `custom_components` in your `config/custom_components` directory and then restarting Home Assistant.
1019

20+
### Configuration
21+
1122
Add to your Home Assistant configuration.yaml:
1223
```
1324
device_tracker:
@@ -19,4 +30,4 @@ device_tracker:
1930

2031
* host is the address of the device to login to
2132
* username is the username
22-
* password is a path to SSH key
33+
* password is a path to SSH key

0 commit comments

Comments
 (0)