From 270fe532b02f49dc93ef415fba32b0ebbfd8c041 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 1 May 2017 11:04:31 +0200 Subject: [PATCH] Update ha_release and minimize configuration sample --- source/_components/device_tracker.mikrotik.markdown | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/source/_components/device_tracker.mikrotik.markdown b/source/_components/device_tracker.mikrotik.markdown index bf0893c5bb1..efb52eb46c6 100644 --- a/source/_components/device_tracker.mikrotik.markdown +++ b/source/_components/device_tracker.mikrotik.markdown @@ -9,11 +9,11 @@ sharing: true footer: true logo: mikrotik.png ha_category: Presence Detection -ha_release: "0.43" +ha_release: 0.44 --- -The `Mikrotik` platform offers presence detection by looking at connected devices to a [Mikrotik Routerboard](http://routerboard.com) based router. +The `mikrotik` platform offers presence detection by looking at connected devices to a [Mikrotik Routerboard](http://routerboard.com) based router. To use an Mikrotik router in your installation, add the following to your `configuration.yaml` file: @@ -21,10 +21,9 @@ To use an Mikrotik router in your installation, add the following to your `confi # Example configuration.yaml entry device_tracker: - platform: mikrotik - host: 192.168.81.1 - username: admin - password: hellomoto - port: 1603 + host: IP_ADDRESS + username: ADMIN_USERNAME + password: ADMIN_PASSWORD ``` Configuration variables: @@ -32,6 +31,6 @@ Configuration variables: - **host** (*Required*): The IP address of your router. - **username** (*Required*: The username of an user with administrative privileges. - **password** (*Required*): The password for your given admin account. -- **port** (*Optional*): Mikrotik api port (See IP -> Services -> api ), default 8728 +- **port** (*Optional*): Mikrotik API port (see IP -> Services -> api ). Defaults to `8728`. See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.