mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Customizing entities: list allowed characters for entity name (#32933)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
66397d2929
commit
84814d621c
@ -5,6 +5,7 @@ related:
|
||||
- docs: /integrations/homeassistant/
|
||||
- docs: /docs/configuration/
|
||||
title: configuration.yaml file
|
||||
- docs: /docs/configuration/troubleshooting/
|
||||
---
|
||||
|
||||
## Changing entity name and entity ID
|
||||
@ -19,8 +20,10 @@ To change the entity ID and friendly name of supported entities, follow these st
|
||||

|
||||
|
||||
3. Enter the new name or the new entity ID.
|
||||
- For example, the entity ID here could be `light.bedroom_ligthstrip`.
|
||||
- Do not change the domain of the entity - the part before the `.`.
|
||||
- For example, the entity ID here could be `light.bedroom_lightstrip_3`.
|
||||
- Do not change the domain of the entity - the part before the `.` (period).
|
||||
- You can use lowercase letters, numbers, and underscores.
|
||||
- The name must not start or end with an underscore.
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user