Go to the source code of this file.
Classes | |
| class | homeassistant.components.geo_location.GeolocationEvent |
Namespaces | |
| homeassistant.components.geo_location | |
Functions | |
| bool | homeassistant.components.geo_location.async_setup (HomeAssistant hass, ConfigType config) |
| bool | homeassistant.components.geo_location.async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | homeassistant.components.geo_location.async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| homeassistant.components.geo_location._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.geo_location.ATTR_DISTANCE = "distance" |
| string | homeassistant.components.geo_location.ATTR_SOURCE = "source" |
| dictionary | homeassistant.components.geo_location.CACHED_PROPERTIES_WITH_ATTR_ |
| string | homeassistant.components.geo_location.DOMAIN = "geo_location" |
| string | homeassistant.components.geo_location.ENTITY_ID_FORMAT = DOMAIN + ".{}" |
| homeassistant.components.geo_location.PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA | |
| homeassistant.components.geo_location.PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE | |
| homeassistant.components.geo_location.SCAN_INTERVAL = timedelta(seconds=60) | |