mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Update example
This commit is contained in:
parent
7c6b012f7f
commit
3456834edb
@ -25,12 +25,13 @@ You can also decide to directly scan the network for devices by using the [nmap
|
|||||||
|
|
||||||
To get started add the following lines to your `configuration.yaml` (example for Netgear):
|
To get started add the following lines to your `configuration.yaml` (example for Netgear):
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
|
# Example configuration.yaml entry for Netgear device
|
||||||
device_tracker:
|
device_tracker:
|
||||||
platform: netgear
|
platform: netgear
|
||||||
host: 192.168.1.1
|
host: 192.168.1.1
|
||||||
username: admin
|
username: admin
|
||||||
password: MY_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Once tracking, the `device_tracker` component will maintain a file in your config dir called `known_devices.csv`. 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.
|
Once tracking, the `device_tracker` component will maintain a file in your config dir called `known_devices.csv`. 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user