Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.locative
 

Functions

str homeassistant.components.locative._id (str value)
 
dict homeassistant.components.locative._validate_test_mode (dict obj)
 
bool homeassistant.components.locative.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.locative.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
web.Response homeassistant.components.locative.handle_webhook (HomeAssistant hass, str webhook_id, web.Request request)
 

Variables

 homeassistant.components.locative._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.locative.async_remove_entry = config_entry_flow.webhook_async_remove_entry
 
string homeassistant.components.locative.ATTR_DEVICE_ID = "device"
 
string homeassistant.components.locative.ATTR_TRIGGER = "trigger"
 
string homeassistant.components.locative.DOMAIN = "locative"
 
list homeassistant.components.locative.PLATFORMS = [Platform.DEVICE_TRACKER]
 
string homeassistant.components.locative.TRACKER_UPDATE = f"{DOMAIN}_tracker_update"
 
 homeassistant.components.locative.WEBHOOK_SCHEMA