Go to the source code of this file.
Namespaces | |
| homeassistant.components.gpslogger | |
Functions | |
| str | homeassistant.components.gpslogger._id (str value) |
| bool | homeassistant.components.gpslogger.async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | homeassistant.components.gpslogger.async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| web.Response | homeassistant.components.gpslogger.handle_webhook (HomeAssistant hass, str webhook_id, web.Request request) |
Variables | |
| homeassistant.components.gpslogger.async_remove_entry = config_entry_flow.webhook_async_remove_entry | |
| int | homeassistant.components.gpslogger.DEFAULT_ACCURACY = 200 |
| int | homeassistant.components.gpslogger.DEFAULT_BATTERY = -1 |
| list | homeassistant.components.gpslogger.PLATFORMS = [Platform.DEVICE_TRACKER] |
| string | homeassistant.components.gpslogger.TRACKER_UPDATE = f"{DOMAIN}_tracker_update" |
| homeassistant.components.gpslogger.WEBHOOK_SCHEMA | |