Go to the source code of this file.
Classes | |
| class | homeassistant.components.template.select.TemplateSelect |
| class | homeassistant.components.template.select.TriggerSelectEntity |
Namespaces | |
| homeassistant.components.template.select | |
Functions | |
| list[TemplateSelect] | homeassistant.components.template.select._async_create_entities (HomeAssistant hass, list[dict[str, Any]] definitions, str|None unique_id_prefix) |
| None | homeassistant.components.template.select.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| None | homeassistant.components.template.select.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.template.select._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.template.select.CONF_OPTIONS = "options" |
| string | homeassistant.components.template.select.CONF_SELECT_OPTION = "select_option" |
| string | homeassistant.components.template.select.DEFAULT_NAME = "Template Select" |
| bool | homeassistant.components.template.select.DEFAULT_OPTIMISTIC = False |
| homeassistant.components.template.select.SELECT_CONFIG_SCHEMA | |
| tuple | homeassistant.components.template.select.SELECT_SCHEMA |