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

Classes

class  AlarmDecoderBinarySensor
 

Functions

None async_setup_entry (HomeAssistant hass, AlarmDecoderConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_RF_BIT0 = "rf_bit0"
 
string ATTR_RF_BIT3 = "rf_bit3"
 
string ATTR_RF_LOOP1 = "rf_loop1"
 
string ATTR_RF_LOOP2 = "rf_loop2"
 
string ATTR_RF_LOOP3 = "rf_loop3"
 
string ATTR_RF_LOOP4 = "rf_loop4"
 
string ATTR_RF_LOW_BAT = "rf_low_battery"
 
string ATTR_RF_SUPERVISED = "rf_supervised"
 

Detailed Description

Support for AlarmDecoder zone states- represented as binary sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.alarmdecoder.binary_sensor.async_setup_entry ( HomeAssistant  hass,
AlarmDecoderConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up for AlarmDecoder sensor.

Definition at line 40 of file binary_sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 28 of file binary_sensor.py.

◆ ATTR_RF_BIT0

string homeassistant.components.alarmdecoder.binary_sensor.ATTR_RF_BIT0 = "rf_bit0"

Definition at line 30 of file binary_sensor.py.

◆ ATTR_RF_BIT3

string homeassistant.components.alarmdecoder.binary_sensor.ATTR_RF_BIT3 = "rf_bit3"

Definition at line 33 of file binary_sensor.py.

◆ ATTR_RF_LOOP1

string homeassistant.components.alarmdecoder.binary_sensor.ATTR_RF_LOOP1 = "rf_loop1"

Definition at line 37 of file binary_sensor.py.

◆ ATTR_RF_LOOP2

string homeassistant.components.alarmdecoder.binary_sensor.ATTR_RF_LOOP2 = "rf_loop2"

Definition at line 35 of file binary_sensor.py.

◆ ATTR_RF_LOOP3

string homeassistant.components.alarmdecoder.binary_sensor.ATTR_RF_LOOP3 = "rf_loop3"

Definition at line 34 of file binary_sensor.py.

◆ ATTR_RF_LOOP4

string homeassistant.components.alarmdecoder.binary_sensor.ATTR_RF_LOOP4 = "rf_loop4"

Definition at line 36 of file binary_sensor.py.

◆ ATTR_RF_LOW_BAT

string homeassistant.components.alarmdecoder.binary_sensor.ATTR_RF_LOW_BAT = "rf_low_battery"

Definition at line 31 of file binary_sensor.py.

◆ ATTR_RF_SUPERVISED

string homeassistant.components.alarmdecoder.binary_sensor.ATTR_RF_SUPERVISED = "rf_supervised"

Definition at line 32 of file binary_sensor.py.