home-assistant.io/source/_docs/configuration/customizing-devices.markdown
c0ffeeca7 39c97383fa
Customizing entities: move YAML config docs (#32463)
* Customizing entities: move YAML config docs

* Add reference to procedure on changing settings via UI
2024-04-26 07:56:40 +02:00

1.2 KiB

title, description, related
title description related
Customizing entities Simple customization for entities.
docs
/integrations/homeassistant/
docs title
/docs/configuration/ Home Assistant Core integration documentation

Changing the entity ID

You can use the UI to change the entity ID and friendly name of supported entities. To do this:

  1. Select the {% term entity %}, either from the frontend or by selecting the info button next to the entity in the Developer Tools "States" tab.
  2. Select the cog icon in the right corner of the entity's dialog Entity dialog box.
  3. Enter the new name or the new entity ID (remember not to change the domain of the entity - the part before the .) Settings for entity.
  4. Select Update

If your entity is not supported, or you cannot customize what you need via this method, you need to edit the settings in your configuration.yaml file.For a detailed description of the entity configuration variables, refer to the Home Assistant Core integration documentation.