diff --git a/source/_components/device_tracker.asuswrt.markdown b/source/_components/device_tracker.asuswrt.markdown index 74e76adce4e..0b7edf68dd9 100644 --- a/source/_components/device_tracker.asuswrt.markdown +++ b/source/_components/device_tracker.asuswrt.markdown @@ -15,10 +15,6 @@ ha_release: pre 0.7 The `asuswrt` platform offers presence detection by looking at connected devices to a [ASUSWRT](http://event.asus.com/2013/nw/ASUSWRT/) based router. -

-This device tracker needs telnet to be enabled on the router. -

- To use an ASUSWRT router in your installation, add the following to your `configuration.yaml` file: ```yaml @@ -26,14 +22,20 @@ To use an ASUSWRT router in your installation, add the following to your `config device_tracker: platform: asuswrt host: YOUR_ROUTER_IP + protocol: telnet username: YOUR_ADMIN_USERNAME password: YOUR_ADMIN_PASSWORD ``` Configuration variables: -- **host** (*Required*): The IP address of your router, e.g. 192.168.1.1. +- **host** (*Required*): The IP address of your router, eg. 192.168.1.1. +- **protocol** (*Optional*): The protocol (`ssh` or `telnet`) to use. Defaults to `ssh`. - **username** (*Required*: The username of an user with administrative privileges, usually *admin*. - **password** (*Required*): The password for your given admin account. +

+You need to enable telnet on your router if you choose to use `protocol: telnet`. +

+ See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked. diff --git a/source/_components/sensor.nest.markdown b/source/_components/sensor.nest.markdown index 2cd7e1c9dde..fd62f7e51b1 100644 --- a/source/_components/sensor.nest.markdown +++ b/source/_components/sensor.nest.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: nest_thermostat.png ha_category: Sensor +ha_release: pre 0.7 --- @@ -59,4 +60,7 @@ Configuration variables: - 'wind_direction' - 'co_status' # Nest Protect only - 'smoke_status' # Nest Protect only -

You must have the [Nest component](/components/nest/) configured to use this sensor.

+ +

+You must have the [Nest component](/components/nest/) configured to use this sensor. +