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

Namespaces

 alarm_control_panel
 
 binary_sensor
 
 config_flow
 
 const
 
 entity
 
 switch
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string DOMAIN = "lupusec"
 
string NOTIFICATION_ID = "lupusec_notification"
 
string NOTIFICATION_TITLE = "Lupusec Security Setup"
 

Detailed Description

Support for Lupusec Home Security system.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.lupusec.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up this integration using UI.

Definition at line 28 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.lupusec._LOGGER = logging.getLogger(__name__)
private

Definition at line 13 of file __init__.py.

◆ DOMAIN

string homeassistant.components.lupusec.DOMAIN = "lupusec"

Definition at line 15 of file __init__.py.

◆ NOTIFICATION_ID

string homeassistant.components.lupusec.NOTIFICATION_ID = "lupusec_notification"

Definition at line 17 of file __init__.py.

◆ NOTIFICATION_TITLE

string homeassistant.components.lupusec.NOTIFICATION_TITLE = "Lupusec Security Setup"

Definition at line 18 of file __init__.py.