File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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+
918Install by putting the contents of ` custom_components ` in your ` config/custom_components ` directory and then restarting Home Assistant.
1019
20+ ### Configuration
21+
1122Add to your Home Assistant configuration.yaml:
1223```
1324device_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
You can’t perform that action at this time.
0 commit comments