Namespaces | |
| const | |
| device_action | |
| device_condition | |
| device_trigger | |
| reproduce_state | |
| significant_change | |
Classes | |
| class | SelectEntity |
| class | SelectEntityDescription |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | __all__ |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | CACHED_PROPERTIES_WITH_ATTR_ |
| string | ENTITY_ID_FORMAT = DOMAIN + ".{}" |
| MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10) | |
| PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA | |
| PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE | |
| SCAN_INTERVAL = timedelta(seconds=30) | |
Component to allow selecting an option from a list as platforms.
| bool homeassistant.components.select.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Select entities.
Definition at line 62 of file __init__.py.
| bool homeassistant.components.select.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up a config entry.
Definition at line 102 of file __init__.py.
| bool homeassistant.components.select.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 107 of file __init__.py.
|
private |
Definition at line 43 of file __init__.py.
|
private |
Definition at line 33 of file __init__.py.
| dictionary homeassistant.components.select.CACHED_PROPERTIES_WITH_ATTR_ |
Definition at line 118 of file __init__.py.
| string homeassistant.components.select.ENTITY_ID_FORMAT = DOMAIN + ".{}" |
Definition at line 36 of file __init__.py.
| homeassistant.components.select.MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10) |
Definition at line 41 of file __init__.py.
| homeassistant.components.select.PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA |
Definition at line 37 of file __init__.py.
| homeassistant.components.select.PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE |
Definition at line 38 of file __init__.py.
| homeassistant.components.select.SCAN_INTERVAL = timedelta(seconds=30) |
Definition at line 39 of file __init__.py.