Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.geofency
 

Functions

str homeassistant.components.geofency._address (str value)
 
def homeassistant.components.geofency._device_name (data)
 
def homeassistant.components.geofency._is_mobile_beacon (data, mobile_beacons)
 
def homeassistant.components.geofency._set_location (hass, data, location_name)
 
bool homeassistant.components.geofency.async_setup (HomeAssistant hass, ConfigType hass_config)
 
bool homeassistant.components.geofency.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.geofency.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
web.Response homeassistant.components.geofency.handle_webhook (HomeAssistant hass, str webhook_id, web.Request request)
 

Variables

 homeassistant.components.geofency.async_remove_entry = config_entry_flow.webhook_async_remove_entry
 
string homeassistant.components.geofency.ATTR_ADDRESS = "address"
 
string homeassistant.components.geofency.ATTR_BEACON_ID = "beaconUUID"
 
string homeassistant.components.geofency.ATTR_CURRENT_LATITUDE = "currentLatitude"
 
string homeassistant.components.geofency.ATTR_CURRENT_LONGITUDE = "currentLongitude"
 
string homeassistant.components.geofency.ATTR_DEVICE = "device"
 
string homeassistant.components.geofency.ATTR_ENTRY = "entry"
 
string homeassistant.components.geofency.BEACON_DEV_PREFIX = "beacon"
 
string homeassistant.components.geofency.CONF_MOBILE_BEACONS = "mobile_beacons"
 
 homeassistant.components.geofency.CONFIG_SCHEMA
 
string homeassistant.components.geofency.LOCATION_ENTRY = "1"
 
string homeassistant.components.geofency.LOCATION_EXIT = "0"
 
list homeassistant.components.geofency.PLATFORMS = [Platform.DEVICE_TRACKER]
 
string homeassistant.components.geofency.TRACKER_UPDATE = f"{DOMAIN}_tracker_update"
 
 homeassistant.components.geofency.WEBHOOK_SCHEMA