Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.life360 Namespace Reference

Namespaces

 config_flow
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry _)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

string DOMAIN = "life360"
 

Detailed Description

Life360 integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.life360.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  _ 
)
Set up config entry.

Definition at line 12 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.life360.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload config entry.

Definition at line 28 of file __init__.py.

Variable Documentation

◆ DOMAIN

string homeassistant.components.life360.DOMAIN = "life360"

Definition at line 9 of file __init__.py.