diff --git a/source/_includes/asides/common_tasks_navigation.html b/source/_includes/asides/common_tasks_navigation.html index 92eb027cb99..c44d4df0f9f 100644 --- a/source/_includes/asides/common_tasks_navigation.html +++ b/source/_includes/asides/common_tasks_navigation.html @@ -5,7 +5,8 @@
  • {% active_link /common-tasks/os/ Home Assistant Operating System %}
  • {% active_link /common-tasks/container/ Home Assistant Container %}
  • {% active_link /common-tasks/core/ Home Assistant Core %}
  • -
  • {% active_link /common-tasks/supervised/ Home Assistant Supervised %}
  • +
  • {% active_link /common-tasks/supervised/ Home Assistant Supervised %} +
  • {% active_link /common-tasks/general/ Installation independent %}
  • diff --git a/source/_includes/common-tasks/enable_entities.md b/source/_includes/common-tasks/enable_entities.md new file mode 100644 index 00000000000..6762b0be033 --- /dev/null +++ b/source/_includes/common-tasks/enable_entities.md @@ -0,0 +1,12 @@ +## Enabling entities + +Some entities are disabled by default. To enable them, follow these steps: + +1. Go to **{% my integrations title="Settings > Devices & Services" %}** and select the integration of interest. +1. Select **entities**. +1. From the list of entities, select the entity you want to enable. + ![Select entity from list](/images/screenshots/enable_entities_01.png) +1. In the pop-up, select the cogwheel. +1. Toggle the **Enabled** button. + ![Enable entities](/images/screenshots/enable_entities_03.png) +1. To save the changes, select **Update**. diff --git a/source/common-tasks/general.markdown b/source/common-tasks/general.markdown new file mode 100644 index 00000000000..08405a79f43 --- /dev/null +++ b/source/common-tasks/general.markdown @@ -0,0 +1,8 @@ +--- +title: "Common tasks - installation independent" +description: "Common tasks" +installation_name: "Installation independent" +--- +This section provides tasks that do not depend on a specific Home Assistant installation type or a specific integration. They may be referenced in other procedures. + +{% include common-tasks/enable_entities.md %} \ No newline at end of file diff --git a/source/images/screenshots/enable_entities_01.png b/source/images/screenshots/enable_entities_01.png new file mode 100644 index 00000000000..65745f68fae Binary files /dev/null and b/source/images/screenshots/enable_entities_01.png differ diff --git a/source/images/screenshots/enable_entities_03.png b/source/images/screenshots/enable_entities_03.png new file mode 100644 index 00000000000..a2717acea36 Binary files /dev/null and b/source/images/screenshots/enable_entities_03.png differ