Skip to content

Commit 9a69388

Browse files
zemerick1frenck
authored andcommitted
Add cppm tracker markdown (#8832)
* Added cppm tracker markdown * Added suggested changes * Suggested changes. * Updated description. * ✏️ Tweaks
1 parent d52fb94 commit 9a69388

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

source/_components/cppm.markdown

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
layout: page
3+
title: "Aruba ClearPass"
4+
description: "Instructions on how to integrate Aruba ClearPass into Home Assistant."
5+
date: 2019-03-05 10:45
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: aruba.png
11+
ha_category: Presence Detection
12+
ha_release: "0.90"
13+
ha_iot_class: Local Polling
14+
---
15+
16+
This platform allows you to detect presence by looking at connected devices to [Aruba Clearpass](https://www.arubanetworks.com/products/security/network-access-control/).
17+
18+
Supported platforms (tested):
19+
20+
- Aruba ClearPass 6.7.5
21+
22+
<p class='note warning'>
23+
You must first creat an API client from here: https://clearpass.server.com/guest/api_clients.php
24+
</p>
25+
26+
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
27+
28+
```yaml
29+
# Example configuration.yaml entry
30+
device_tracker:
31+
- platform: cppm_tracker
32+
host: clearpass.server.org
33+
client_id: clearpassapi
34+
api_key: 00000004qyO513hTdCfjIO2ZWWnmex8QZ5000000000
35+
```
36+
37+
{% configuration %}
38+
host:
39+
description: "The IP address or hostname of the ClearPass server, e.g., `clearpass.server.com`."
40+
required: true
41+
type: string
42+
client_id:
43+
description: "The client ID from here: `https://clearpass.server.com/guest/api_clients.php`"
44+
required: true
45+
type: string
46+
api_key:
47+
description: "Secret from here: `https://clearpass.server.com/guest/api_clients.php`"
48+
required: true
49+
type: string
50+
{% endconfiguration %}
51+
52+
See the [device tracker component page](/components/device_tracker/) for instructions on how to configure the people to be tracked.

0 commit comments

Comments
 (0)