Device Tracking
Home Assistant can get information from your wireless router to track which devices are connected. There are three different types of supported wireless routers:
Alternative trackers:
- MQTT
- nmap scanner to scan the network for devices
- Owntrack
To get started add the following lines to your configuration.yaml
(example for Netgear):
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
Once tracking, a file will be created in your config dir called known_devices.yaml
. Edit this file to adjust which devices have to be tracked. Here you can also setup a url for each device to be used as the entity picture and set whether the device will be show in the UI when in away state.