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

Classes

class  LupusecBinarySensor
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 SCAN_INTERVAL = timedelta(seconds=2)
 

Detailed Description

Support for Lupusec Security System binary sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.lupusec.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up a binary sensors for a Lupusec device.

Definition at line 27 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file binary_sensor.py.

◆ SCAN_INTERVAL

homeassistant.components.lupusec.binary_sensor.SCAN_INTERVAL = timedelta(seconds=2)

Definition at line 22 of file binary_sensor.py.