Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 588 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 588 Bytes

A D-Link AP/router device tracker for Home Assistant

Will return a list of MAC addresses that are connected to the wireless interface of the D-Link device.
Useful for tracking who is at home and who is away.

Queries the device over telnet. Make sure to enable telnet for this to work.

Configuration example

device_tracker:
  - platform: dlink_presence
    host: 192.168.1.2 # ap
    username: admin
    password: !secret ap_password

hacs_badge