Remove note about customization UI from unique ID FAQ (#21216)

This commit is contained in:
Philip Allgaier 2022-01-17 11:41:29 +01:00 committed by GitHub
parent c57406d343
commit 9c8973fa96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -3,16 +3,16 @@ title: "Customizing entities"
description: "Simple customization for entities."
---
## Changing the entity_id
## Changing the entity ID
You can use the UI to change the `entity_id` and friendly name of supported entities. To do this:
You can use the UI to change the entity ID and friendly name of supported entities. To do this:
1. Select the entity, either from the frontend or by clicking the info button next to the entity in the Developer Tools "States" tab.
2. Click on the cog in the right corner of the entity's dialog
2. Click on the cog icon in the right corner of the entity's dialog
3. Enter the new name or the new entity ID (remember not to change the domain of the entity - the part before the `.`)
4. Select *Save*
If your entity is not supported, or you cannot customize what you need via this method, please see below for more options:
If your entity is not supported, or you cannot customize what you need via this method, please see below for more options.
## Customizing entities

View File

@ -34,6 +34,6 @@ Typically, you'll see this when you create entities manually using YAML, but it
- Entity with a unique ID: Entity ID can be adjusted freely (as long as it follows the format `<domain>.<id>` and does not result in duplicates in your Home Assistant). Keep in mind that if you change the entity ID, you also need to update the references, e.g., in automations and dashboards.<br>
- Entity without a unique ID: Entity ID is considered a fixed, static identifier and cannot be changed.
If your user profile has the "Advanced Mode" activated, you will also see the second paragraph in the popup with a link to the [customization user interface](/docs/configuration/customizing-devices/#customization-using-the-ui) for this specific entity, which offers some customization options.
In case your entity has no unique ID and therefore cannot be changed through the UI, there are some [manual customization options](/docs/configuration/customizing-devices) directly through YAML files.
In case you want to read more about unique IDs, head over to this [developer documentation page](https://developers.home-assistant.io/docs/entity_registry_index/).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 21 KiB