Home Assistant Unofficial Reference 2024.12.1
device_tracker.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.cppm_tracker.device_tracker.CPPMDeviceScanner
 

Namespaces

 homeassistant.components.cppm_tracker.device_tracker
 

Functions

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

Variables

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