title, description, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_domain, ha_platforms, ha_integration_type, related
title
description
ha_category
ha_release
ha_iot_class
ha_codeowners
ha_domain
ha_platforms
ha_integration_type
related
Cisco Mobility Express
Instructions on how to integrate Cisco Mobility Express wireless controllers into Home Assistant.
Presence detection
0.90
Local Polling
@fbradyirl
cisco_mobility_express
device_tracker
integration
docs
title
/docs/configuration/
Configuration file
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 {% term "configuration.yaml" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# Example configuration.yaml entrydevice_tracker:- platform:cisco_mobility_expresshost:CONTROLLER_IP_ADDRESSusername:YOUR_ADMIN_USERNAMEpassword: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 %}