Classes | |
| class | GoogleMapsScanner |
Functions | |
| bool | setup_scanner (HomeAssistant hass, ConfigType config, SeeCallback see, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_ADDRESS = "address" |
| string | ATTR_FULL_NAME = "full_name" |
| string | ATTR_LAST_SEEN = "last_seen" |
| string | ATTR_NICKNAME = "nickname" |
| string | CONF_MAX_GPS_ACCURACY = "max_gps_accuracy" |
| string | CREDENTIALS_FILE = ".google_maps_location_sharing.cookies" |
| PLATFORM_SCHEMA | |
Support for Google Maps location sharing.
| bool homeassistant.components.google_maps.device_tracker.setup_scanner | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| SeeCallback | see, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the Google Maps Location sharing scanner.
Definition at line 51 of file device_tracker.py.
|
private |
Definition at line 30 of file device_tracker.py.
| string homeassistant.components.google_maps.device_tracker.ATTR_ADDRESS = "address" |
Definition at line 32 of file device_tracker.py.
| string homeassistant.components.google_maps.device_tracker.ATTR_FULL_NAME = "full_name" |
Definition at line 33 of file device_tracker.py.
| string homeassistant.components.google_maps.device_tracker.ATTR_LAST_SEEN = "last_seen" |
Definition at line 34 of file device_tracker.py.
| string homeassistant.components.google_maps.device_tracker.ATTR_NICKNAME = "nickname" |
Definition at line 35 of file device_tracker.py.
| string homeassistant.components.google_maps.device_tracker.CONF_MAX_GPS_ACCURACY = "max_gps_accuracy" |
Definition at line 37 of file device_tracker.py.
| string homeassistant.components.google_maps.device_tracker.CREDENTIALS_FILE = ".google_maps_location_sharing.cookies" |
Definition at line 39 of file device_tracker.py.
| homeassistant.components.google_maps.device_tracker.PLATFORM_SCHEMA |
Definition at line 43 of file device_tracker.py.