Update Ubee component documentation (#9193)

* Update Ubee component documentation

* Minor update

* Add default for model
This commit is contained in:
Miroslav Ždrale 2019-04-11 14:46:17 +02:00 committed by Klaas Schoute
parent 1fa259f8a3
commit 283652f86a

View File

@ -28,8 +28,13 @@ device_tracker:
```
{% configuration %}
model:
description: Ubee Router model, e.g. `EVW32C-0N`. If omitted, model will be detected automatically.
required: false
default: detect
type: string
host:
description: The IP address of your router, e.g., `192.168.1.1`.
description: The IP address of your router, e.g. `192.168.1.1`.
required: true
type: string
username:
@ -42,5 +47,14 @@ password:
type: string
{% endconfiguration %}
Supported models:
- EVW3200-Wifi
- EVW320B
- EVW32C-0N
<p class='note info'>
This component uses <a href='https://github.com/mzdrale/pyubee'>pyUbee library</a>, which was tested with models listed above. If you have different model of <a href='http://www.ubeeinteractive.com/products'>Ubee Router</a> and it doesn't work with this component, please <a href='https://github.com/mzdrale/pyubee/issues/new'>create pyUbee issue</a> to request for support for your model.
</p>
By default, Home Assistant pulls information about connected devices from Ubee router every 5 seconds.
See the [device tracker component page](/components/device_tracker/) for instructions on how to configure the people to be tracked.