mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Update ha_release and minimize configuration sample
This commit is contained in:
parent
61770e19c4
commit
270fe532b0
@ -9,11 +9,11 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: mikrotik.png
|
logo: mikrotik.png
|
||||||
ha_category: Presence Detection
|
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:
|
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
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
- platform: mikrotik
|
- platform: mikrotik
|
||||||
host: 192.168.81.1
|
host: IP_ADDRESS
|
||||||
username: admin
|
username: ADMIN_USERNAME
|
||||||
password: hellomoto
|
password: ADMIN_PASSWORD
|
||||||
port: 1603
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -32,6 +31,6 @@ Configuration variables:
|
|||||||
- **host** (*Required*): The IP address of your router.
|
- **host** (*Required*): The IP address of your router.
|
||||||
- **username** (*Required*: The username of an user with administrative privileges.
|
- **username** (*Required*: The username of an user with administrative privileges.
|
||||||
- **password** (*Required*): The password for your given admin account.
|
- **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.
|
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user