mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 11:47:00 +00:00
Add password for upc connect (#10340)
* Add password for upc connect * Update source/_components/upc_connect.markdown Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com> * Update source/_components/upc_connect.markdown Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
parent
071dad6d73
commit
8523267063
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user