home-assistant.io/source/_components/cisco_mobility_express.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.5 KiB

title, description, logo, ha_category, ha_release
title description logo ha_category ha_release
Cisco Mobility Express Instructions on how to integrate Cisco Mobility Express wireless controllers into Home Assistant. cisco.png
Presence Detection
0.90

This is a presence detection scanner for Cisco Mobility Express wireless controllers.

To use this device tracker in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
device_tracker:
  - platform: cisco_mobility_express
    host: CONTROLLER_IP_ADDRESS
    username: YOUR_ADMIN_USERNAME
    password: YOUR_ADMIN_PASSWORD

{% configuration %} host: description: The IP address of your controller, e.g., 192.168.10.150. required: true type: string username: description: The username of a user with administrative privileges. required: true type: string password: description: The password for your given admin account. required: true type: string ssl: description: Use HTTPS instead of HTTP to connect. required: false type: boolean default: false verify_ssl: description: Enable or disable SSL certificate verification. Set to false if you have a self-signed SSL certificate and haven't installed the CA certificate to enable verification. required: false default: true type: boolean {% endconfiguration %}

See the device tracker integration page for instructions how to configure the people to be tracked.