mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Enable entity (#34550)
* Enable a single entity from device page * Add related topic * Add term ref * Add missing step * Add some background info why entities are disabled by default * Rephrase * Fix typo
This commit is contained in:
parent
bfcd899408
commit
cdb3f02d23
@ -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**.
|
||||
|
||||

|
||||
|
||||
### 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)
|
||||
|
BIN
source/images/docs/configuration/enable_entity.webp
Normal file
BIN
source/images/docs/configuration/enable_entity.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
Loading…
x
Reference in New Issue
Block a user