mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Move configuration details to docs
This commit is contained in:
parent
8253fdfc13
commit
966fd8f24d
@ -4,30 +4,8 @@ homeassistant.components.device_tracker.ddwrt
|
|||||||
Device tracker platform that supports scanning a DD-WRT router for device
|
Device tracker platform that supports scanning a DD-WRT router for device
|
||||||
presence.
|
presence.
|
||||||
|
|
||||||
Configuration:
|
For more details about this platform, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/device_tracker.ddwrt.html
|
||||||
To use the DD-WRT tracker you will need to add something like the following
|
|
||||||
to your configuration.yaml file.
|
|
||||||
|
|
||||||
device_tracker:
|
|
||||||
platform: ddwrt
|
|
||||||
host: YOUR_ROUTER_IP
|
|
||||||
username: YOUR_ADMIN_USERNAME
|
|
||||||
password: YOUR_ADMIN_PASSWORD
|
|
||||||
|
|
||||||
Variables:
|
|
||||||
|
|
||||||
host
|
|
||||||
*Required
|
|
||||||
The IP address of your router, e.g. 192.168.1.1.
|
|
||||||
|
|
||||||
username
|
|
||||||
*Required
|
|
||||||
The username of an user with administrative privileges, usually 'admin'.
|
|
||||||
|
|
||||||
password
|
|
||||||
*Required
|
|
||||||
The password for your given admin account.
|
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user