diff --git a/source/_components/upc_connect.markdown b/source/_components/upc_connect.markdown index e314c2e3eb0..1033c265113 100644 --- a/source/_components/upc_connect.markdown +++ b/source/_components/upc_connect.markdown @@ -18,9 +18,14 @@ To use a Connect Box in your installation, add the following to your `configurat # Example configuration.yaml entry device_tracker: - platform: upc_connect + password: PASSWORD ``` {% configuration %} +password: + description: The password of your router. + required: true + type: string host: description: The IP address of your router. required: false