diff --git a/source/components/device_tracker.ddwrt.markdown b/source/components/device_tracker.ddwrt.markdown new file mode 100644 index 00000000000..45686a57a95 --- /dev/null +++ b/source/components/device_tracker.ddwrt.markdown @@ -0,0 +1,24 @@ +--- +layout: page +title: "DD-WRT support" +description: "Instructions how to integrate DD-WRT based routers into Home Assistant." +date: 2015-05-11 09:00 +sidebar: false +comments: false +sharing: true +footer: true +--- + + +This platform offers presence detection by looking at connected devices to a [DD-WRT](http://www.dd-wrt.com/site/index) based router. + +```yaml +# Example configuration.yaml entry +device_tracker: + platform: ddwrt + host: 192.168.1.1 + username: admin + password: PASSWORD +``` + +See the [device tracker component page](/components/device_tracker.html) for instructions how to configure the people to be tracked. diff --git a/source/components/device_tracker.markdown b/source/components/device_tracker.markdown index 19416710083..955d47cee27 100644 --- a/source/components/device_tracker.markdown +++ b/source/components/device_tracker.markdown @@ -9,7 +9,14 @@ sharing: true footer: true --- -Home Assistant can get information from your wireless router to track which devices are connected. There are three different types of supported wireless routers: [tomato](/components/device_tracker.tomato.html), [netgear](/components/device_tracker.netgear.html) and [luci (OpenWRT)](/components/device_tracker.luci.html). You can also decide to directly scan the network for devices by using the [nmap scanner](/components/device_tracker.nmap_scanner.html). +Home Assistant can get information from your wireless router to track which devices are connected. There are three different types of supported wireless routers: + +- [DD-WRT](/components/device_tracker.ddwrt.html) +- [tomato](/components/device_tracker.tomato.html) +- [netgear](/components/device_tracker.netgear.html) +- [luci (OpenWRT)](/components/device_tracker.luci.html) + +You can also decide to directly scan the network for devices by using the [nmap scanner](/components/device_tracker.nmap_scanner.html). To get started add the following lines to your `configuration.yaml` (example for Netgear): diff --git a/source/components/device_tracker.netgear.markdown b/source/components/device_tracker.netgear.markdown index 7bec4f83aaf..90256e65d81 100644 --- a/source/components/device_tracker.netgear.markdown +++ b/source/components/device_tracker.netgear.markdown @@ -10,7 +10,7 @@ footer: true --- - +This platform allows you to detect presence by looking at connected devices to a [Netgear](http://www.netgear.com/) device. ```yaml # Example configuration.yaml entry diff --git a/source/components/index.markdown b/source/components/index.markdown index 2334c0384b5..a15c2dc18ec 100644 --- a/source/components/index.markdown +++ b/source/components/index.markdown @@ -58,6 +58,12 @@ Entities are things that you want to observe within Home Assistant. Support for Control WeMo switches and read the usage statistics from Insight switches. + + + DD-WRT routers + Offers presence detection by looking at connected devices. + + OpenWRT routers diff --git a/source/images/supported_brands/ddwrt.png b/source/images/supported_brands/ddwrt.png new file mode 100644 index 00000000000..de6f956fbb2 Binary files /dev/null and b/source/images/supported_brands/ddwrt.png differ