Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 850 Bytes

File metadata and controls

33 lines (23 loc) · 850 Bytes

ARP SSH

Notice

This is provided without warranty or support of any kind.

Instructions

Automatic install

  • Install HACS if you don't already
  • Add a custom repo to HACS using these instructions
  • In the Repository field enter marcusds/homeassistant-arp_ssh
  • For the Type select Integration

Manual install

Install by putting the contents of custom_components in your config/custom_components directory and then restarting Home Assistant.

Configuration

Add to your Home Assistant configuration.yaml:

device_tracker:
  - platform: arp_ssh
    host: 192.168.0.1
    username: root
    password: ./ssh_keys/id_rsa
  • host is the address of the device to login to
  • username is the username
  • password is a path to SSH key