From 283652f86a8f2c6b39757e352ddc8c02a4ef0d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=BDdrale?= Date: Thu, 11 Apr 2019 14:46:17 +0200 Subject: [PATCH] Update Ubee component documentation (#9193) * Update Ubee component documentation * Minor update * Add default for model --- source/_components/ubee.markdown | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/source/_components/ubee.markdown b/source/_components/ubee.markdown index 9932edba379..30f9927cbb8 100644 --- a/source/_components/ubee.markdown +++ b/source/_components/ubee.markdown @@ -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 + +

+This component uses pyUbee library, which was tested with models listed above. If you have different model of Ubee Router and it doesn't work with this component, please create pyUbee issue to request for support for your model. +

+ 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.