Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_maps.device_tracker.GoogleMapsScanner Class Reference

Public Member Functions

None __init__ (self, HomeAssistant hass, ConfigType config, SeeCallback see)
 

Public Attributes

 max_gps_accuracy
 
 scan_interval
 
 see
 
 service
 
 success_init
 
 username
 

Private Member Functions

def _update_info (self, now=None)
 

Detailed Description

Representation of an Google Maps location sharing account.

Definition at line 62 of file device_tracker.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.google_maps.device_tracker.GoogleMapsScanner.__init__ (   self,
HomeAssistant  hass,
ConfigType  config,
SeeCallback   see 
)
Initialize the scanner.

Definition at line 65 of file device_tracker.py.

Member Function Documentation

◆ _update_info()

def homeassistant.components.google_maps.device_tracker.GoogleMapsScanner._update_info (   self,
  now = None 
)
private

Definition at line 91 of file device_tracker.py.

Member Data Documentation

◆ max_gps_accuracy

homeassistant.components.google_maps.device_tracker.GoogleMapsScanner.max_gps_accuracy

Definition at line 71 of file device_tracker.py.

◆ scan_interval

homeassistant.components.google_maps.device_tracker.GoogleMapsScanner.scan_interval

Definition at line 72 of file device_tracker.py.

◆ see

homeassistant.components.google_maps.device_tracker.GoogleMapsScanner.see

Definition at line 69 of file device_tracker.py.

◆ service

homeassistant.components.google_maps.device_tracker.GoogleMapsScanner.service

Definition at line 77 of file device_tracker.py.

◆ success_init

homeassistant.components.google_maps.device_tracker.GoogleMapsScanner.success_init

Definition at line 82 of file device_tracker.py.

◆ username

homeassistant.components.google_maps.device_tracker.GoogleMapsScanner.username

Definition at line 70 of file device_tracker.py.


The documentation for this class was generated from the following file: