Home Assistant Unofficial Reference 2024.12.1
device_tracker.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.mqtt.device_tracker.MqttDeviceTracker
 

Namespaces

 homeassistant.components.mqtt.device_tracker
 

Functions

None homeassistant.components.mqtt.device_tracker.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
ConfigType homeassistant.components.mqtt.device_tracker.valid_config (ConfigType config)
 

Variables

 homeassistant.components.mqtt.device_tracker._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.mqtt.device_tracker.CONF_PAYLOAD_HOME = "payload_home"
 
string homeassistant.components.mqtt.device_tracker.CONF_PAYLOAD_NOT_HOME = "payload_not_home"
 
string homeassistant.components.mqtt.device_tracker.CONF_SOURCE_TYPE = "source_type"
 
string homeassistant.components.mqtt.device_tracker.DEFAULT_PAYLOAD_RESET = "None"
 
 homeassistant.components.mqtt.device_tracker.DEFAULT_SOURCE_TYPE = SourceType.GPS
 
 homeassistant.components.mqtt.device_tracker.DISCOVERY_SCHEMA
 
int homeassistant.components.mqtt.device_tracker.PARALLEL_UPDATES = 0
 
 homeassistant.components.mqtt.device_tracker.PLATFORM_SCHEMA_MODERN = vol.All(PLATFORM_SCHEMA_MODERN_BASE, valid_config)
 
 homeassistant.components.mqtt.device_tracker.PLATFORM_SCHEMA_MODERN_BASE