From fcbfc85d8cf22f162ec055d07c969316d53c667e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 18 Jun 2021 18:07:56 +0200 Subject: [PATCH] Add select integration (#18194) --- source/_integrations/select.markdown | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/_integrations/select.markdown diff --git a/source/_integrations/select.markdown b/source/_integrations/select.markdown new file mode 100644 index 00000000000..59b80505e94 --- /dev/null +++ b/source/_integrations/select.markdown @@ -0,0 +1,23 @@ +--- +title: Select +description: Instructions on how to manage your Select entities with Home Assistant. +ha_category: + - Select +ha_release: 2021.7 +ha_quality_scale: internal +ha_domain: select +ha_codeowners: + - '@home-assistant/core' +--- + +Keeps track on `select` entities in your environment, their state, and allows +you to control them. This integration allows other integrations to offer +a limited set of selectable options for the entity. + +### Services + +The Number entities registers the following services: + +| Service | Data | Description | +| ------- | ---- | ----------- | +| `select_option` | `option`
`entity_id(s)`
`area_id(s)` | Set the current select option of specific `select` entities