Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.reolink.select Namespace Reference

Classes

class  ReolinkChimeSelectEntity
 
class  ReolinkChimeSelectEntityDescription
 
class  ReolinkSelectEntity
 
class  ReolinkSelectEntityDescription
 

Functions

int _get_quick_reply_id (Host api, int ch, str mess)
 
None async_setup_entry (HomeAssistant hass, ReolinkConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
tuple CHIME_SELECT_ENTITIES
 
int PARALLEL_UPDATES = 0
 
tuple SELECT_ENTITIES
 

Detailed Description

Component providing support for Reolink select entities.

Function Documentation

◆ _get_quick_reply_id()

int homeassistant.components.reolink.select._get_quick_reply_id ( Host  api,
int  ch,
str  mess 
)
private
Get the quick reply file id from the message string.

Definition at line 66 of file select.py.

◆ async_setup_entry()

None homeassistant.components.reolink.select.async_setup_entry ( HomeAssistant  hass,
ReolinkConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up a Reolink select entities.

Definition at line 296 of file select.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.reolink.select._LOGGER = logging.getLogger(__name__)
private

Definition at line 38 of file select.py.

◆ CHIME_SELECT_ENTITIES

tuple homeassistant.components.reolink.select.CHIME_SELECT_ENTITIES

Definition at line 242 of file select.py.

◆ PARALLEL_UPDATES

int homeassistant.components.reolink.select.PARALLEL_UPDATES = 0

Definition at line 39 of file select.py.

◆ SELECT_ENTITIES

tuple homeassistant.components.reolink.select.SELECT_ENTITIES

Definition at line 71 of file select.py.