Select
The Select integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] manages the state of the select entities and allows you to control them. This integration allows other integrations to offer a limited set of selectable options for the entity.
Building block integration
This select is a building block integration that cannot be added to your Home Assistant directly but is used and provided by other integrations.
A building block integration differs from the typical integration that connects to a device or service. Instead, other integrations that do integrate a device or service into Home Assistant use this select building block to provide entities, services, and other functionality that you can use in your automations or dashboards.
If one of your integrations features this building block, this page documents the functionality the select building block offers.
The state of a select entity
The state of a select entity is the value of the currently selected option.
Screenshot showing the state of a select entity in the developer tools.
In addition, the entity can have the following states:
- Unavailable: The entity is currently unavailable.
- Unknown: The state is not yet known.
List of actions
The Select integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] provides the following actions. Each link below opens a dedicated page with examples, parameters, and a step-by-step UI walkthrough.
-
Select first option (
select.select_first) Selects the first option of a select entity. -
Select last option (
select.select_last) Selects the last option of a select entity. -
Select next option (
select.select_next) Selects the next option of a select entity. -
Select option (
select.select_option) Selects a specific option of a select entity. -
Select previous option (
select.select_previous) Selects the previous option of a select entity.
For an overview of every action across all integrations, see the actions reference.
List of triggers
The Select integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] provides the following triggers. Each link below opens a dedicated page with examples, fields, and a step-by-step UI walkthrough.
-
Selection changed (
select.selection_changed) Triggers after the selected option of one or more dropdowns changes.
For an overview of every trigger across all integrations, see the triggers reference.
List of conditions
The Select integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] provides the following conditions. Each link below opens a dedicated page with examples, fields, and a step-by-step UI walkthrough.
-
Option is selected (
select.is_option_selected) Tests if one or more dropdowns have a specific option selected.
For an overview of every condition across all integrations, see the conditions reference.