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.