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

Classes

class  DROPSelect
 
class  DROPSelectEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string PROTECT_MODE = "protect_mode"
 
list PROTECT_MODE_OPTIONS = ["away", "home", "schedule"]
 

Detailed Description

Support for DROP selects.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.drop_connect.select.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the DROP selects from config entry.

Definition at line 51 of file select.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file select.py.

◆ PROTECT_MODE

string homeassistant.components.drop_connect.select.PROTECT_MODE = "protect_mode"

Definition at line 22 of file select.py.

◆ PROTECT_MODE_OPTIONS

list homeassistant.components.drop_connect.select.PROTECT_MODE_OPTIONS = ["away", "home", "schedule"]

Definition at line 24 of file select.py.