Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.cppm_tracker.device_tracker Namespace Reference

Classes

class  CPPMDeviceScanner
 

Functions

CPPMDeviceScanner|None get_scanner (HomeAssistant hass, ConfigType config)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string GRANT_TYPE = "client_credentials"
 
 PLATFORM_SCHEMA
 
 SCAN_INTERVAL = timedelta(seconds=120)
 

Detailed Description

Support for ClearPass Policy Manager.

Function Documentation

◆ get_scanner()

CPPMDeviceScanner | None homeassistant.components.cppm_tracker.device_tracker.get_scanner ( HomeAssistant  hass,
ConfigType  config 
)
Initialize Scanner.

Definition at line 36 of file device_tracker.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.cppm_tracker.device_tracker._LOGGER = logging.getLogger(__name__)
private

Definition at line 33 of file device_tracker.py.

◆ GRANT_TYPE

string homeassistant.components.cppm_tracker.device_tracker.GRANT_TYPE = "client_credentials"

Definition at line 23 of file device_tracker.py.

◆ PLATFORM_SCHEMA

homeassistant.components.cppm_tracker.device_tracker.PLATFORM_SCHEMA
Initial value:
1 = DEVICE_TRACKER_PLATFORM_SCHEMA.extend(
2  {
3  vol.Required(CONF_HOST): cv.string,
4  vol.Required(CONF_CLIENT_ID): cv.string,
5  vol.Required(CONF_API_KEY): cv.string,
6  }
7 )

Definition at line 25 of file device_tracker.py.

◆ SCAN_INTERVAL

homeassistant.components.cppm_tracker.device_tracker.SCAN_INTERVAL = timedelta(seconds=120)

Definition at line 21 of file device_tracker.py.