Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/_components/upc_connect.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down