mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 12:17:01 +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
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
- platform: upc_connect
|
- platform: upc_connect
|
||||||
|
password: PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
password:
|
||||||
|
description: The password of your router.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
host:
|
host:
|
||||||
description: The IP address of your router.
|
description: The IP address of your router.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user