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"] |
Support for DROP selects.
| None homeassistant.components.drop_connect.select.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| string homeassistant.components.drop_connect.select.PROTECT_MODE = "protect_mode" |