diff --git a/source/_includes/common-tasks/enable_entities.md b/source/_includes/common-tasks/enable_entities.md index e9ddcd61272..d267862b73a 100644 --- a/source/_includes/common-tasks/enable_entities.md +++ b/source/_includes/common-tasks/enable_entities.md @@ -1,6 +1,21 @@ -## Enabling or disabling elements +## Enabling or disabling entities -Some entities are disabled by default. To enable them, follow these steps: +Some {% term entities %} are disabled by default. Whether a particular entity of a device is disable or enabled by default, depends on the integration. Diagnostic entities for example are often disabled by default so that they don't clutter Home Assistant. For example, the RSSI entity (representing the RF signal strength) provided by the ZHA integration for each Zigbee device is disabled by default. + +There are different ways to enable {% term entities %}. You can enable a single entity in the entity settings, or you can enable multiple entities at once from the list of entities. + +### To enable or disable a single entity + +1. Go to {% my integrations title="**Settings** > **Devices & services**" %} and select your integration card. +2. Select the device. +3. To see all the entities, you may need to expand the **entity not shown** section. +4. Select the entity of interest, select the cogwheel {% icon "mdi:cog-outline" %}, then select the toggle for **Enable**. +5. Select **Update**. +6. Confirm the notification stating that it will take about 30 seconds for the entity to become enabled. Select **OK**. + + ![Screencast showing how to enable a single entity](/images/docs/configuration/enable_entity.webp) + +### To enable or disable multiple entities 1. In Home Assistant, open the table of interest. - To enable or disable entities, go to {% my entities title="**Settings** > **Devices & Services** > **Entities**" %}. @@ -12,5 +27,6 @@ Some entities are disabled by default. To enable them, follow these steps: ## Related topics +- [Customizing entities](/docs/configuration/customizing-devices/) - [Grouping your assets](/docs/organizing/) - [Working with tables](/docs/organizing/tables) diff --git a/source/images/docs/configuration/enable_entity.webp b/source/images/docs/configuration/enable_entity.webp new file mode 100644 index 00000000000..1cc2c0b69e6 Binary files /dev/null and b/source/images/docs/configuration/enable_entity.webp differ