mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Added keenetic NDMS2 docs (#3373)
* Added keenetic NDMS2 docs * Added missing logo
This commit is contained in:
parent
c313a8e0f3
commit
39383a4e27
37
source/_components/device_tracker.keenetic_ndms2.markdown
Normal file
37
source/_components/device_tracker.keenetic_ndms2.markdown
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Keenetic NDMS2 Routers"
|
||||
description: "Instructions how to integrate Keenetic NDMS2 Routers into Home Assistant."
|
||||
date: 2017-09-15 15:40
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: keenetic.png
|
||||
ha_category: Presence Detection
|
||||
ha_release: 0.54
|
||||
---
|
||||
|
||||
This component offers presence detection by examining devices connected to a [Keenetic](https://keenetic.net/)
|
||||
Router running NDMS2 firmware.
|
||||
|
||||
To use a Keenetic router in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
device_tracker:
|
||||
- platform: keenetic_ndms2
|
||||
host: !secret router_ip
|
||||
username: !secret router_username
|
||||
password: !secret router_password
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The IP address of your router, e.g. 192.168.1.1.
|
||||
- **username** (*Required*): The username to login into the router (user should have read access to web interface of the router).
|
||||
- **password** (*Required*): The password for the specified username.
|
||||
- **interface** (*Optional*): Ihe internal name of the interface to get devices connected to. Default is 'Home'. For expert users only.
|
||||
|
||||
|
||||
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
|
BIN
source/images/supported_brands/keenetic.png
Normal file
BIN
source/images/supported_brands/keenetic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Loading…
x
Reference in New Issue
Block a user