mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix URL
This commit is contained in:
parent
d17e21d182
commit
e4b3217f2b
@ -20,7 +20,7 @@ Supported platforms (tested):
|
|||||||
- Aruba ClearPass 6.7.5
|
- Aruba ClearPass 6.7.5
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
You must first create an API client from here: https://clearpass.server.com/guest/api_clients.php
|
You must first create an API client [here](https://clearpass.server.com/guest/api_clients.php).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
||||||
@ -40,11 +40,11 @@ host:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
client_id:
|
client_id:
|
||||||
description: "The client ID from here: `https://clearpass.server.com/guest/api_clients.php`"
|
description: "The client ID from the API Clients page."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
api_key:
|
api_key:
|
||||||
description: "Secret from here: `https://clearpass.server.com/guest/api_clients.php`"
|
description: "The secret from the API Clients page."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user