Home Assistant Unofficial Reference 2024.12.1
device_tracker.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.google_maps.device_tracker.GoogleMapsScanner
 

Namespaces

 homeassistant.components.google_maps.device_tracker
 

Functions

bool homeassistant.components.google_maps.device_tracker.setup_scanner (HomeAssistant hass, ConfigType config, SeeCallback see, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.google_maps.device_tracker._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.google_maps.device_tracker.ATTR_ADDRESS = "address"
 
string homeassistant.components.google_maps.device_tracker.ATTR_FULL_NAME = "full_name"
 
string homeassistant.components.google_maps.device_tracker.ATTR_LAST_SEEN = "last_seen"
 
string homeassistant.components.google_maps.device_tracker.ATTR_NICKNAME = "nickname"
 
string homeassistant.components.google_maps.device_tracker.CONF_MAX_GPS_ACCURACY = "max_gps_accuracy"
 
string homeassistant.components.google_maps.device_tracker.CREDENTIALS_FILE = ".google_maps_location_sharing.cookies"
 
 homeassistant.components.google_maps.device_tracker.PLATFORM_SCHEMA