mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Remove note about customization UI from unique ID FAQ (#21216)
This commit is contained in:
parent
c57406d343
commit
9c8973fa96
@ -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
|
||||
|
||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user