Skip to content

marcusds/homeassistant-arp_ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gets devices connected to a router or something using the arp command connecting via SSH

Topics

Resources

License

Stars

Watchers

Forks

Languages