mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Cleanup customize UI docs (#20337)
This commit is contained in:
parent
32e347edf7
commit
e82f38fefd
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Customizing entities"
|
||||
description: "Simple customization for entities in the frontend."
|
||||
description: "Simple customization for entities."
|
||||
---
|
||||
|
||||
## Changing the entity_id
|
||||
@ -18,15 +18,6 @@ If your entity is not supported, or you cannot customize what you need via this
|
||||
|
||||
By default, all of your devices will be visible and have a default icon determined by their domain. You can customize the look and feel of your front page by altering some of these parameters. This can be done by overriding attributes of specific entities.
|
||||
|
||||
### Customization using the UI
|
||||
|
||||
Under the *Configuration* menu you'll find the *Customizations* menu. If this menu item is not visible, enable advanced mode on your [profile page](/docs/authentication/#your-account-profile) first. When you select an entity to customize, you'll see all the existing attributes listed and you can customize those or select an additional supported attribute ([see below](/docs/configuration/customizing-devices/#possible-values)). You may also need to add the following to your `configuration.yaml` file, depending when you started using Home Assistant:
|
||||
|
||||
```yaml
|
||||
homeassistant:
|
||||
customize: !include customize.yaml
|
||||
```
|
||||
|
||||
#### Possible values
|
||||
|
||||
{% configuration customize %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user