Skip to content

Commit 2e07ac7

Browse files
authored
Troubleshooting config: entity name mustn't start or end with _ (#32934)
1 parent 04b3b94 commit 2e07ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/configuration/troubleshooting.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The only characters valid in entity names are:
9696
- Numbers
9797
- Underscores
9898

99-
If you create an entity with other characters then Home Assistant may not generate an error for that entity. However you will find that attempts to use that entity will generate errors (or possibly fail silently).
99+
The entity name must not start or end with an underscore. If you create an entity with other characters from the UI, Home Assistant validates the name. If you change the name directly in the YAML file, then Home Assistant may not generate an error for that entity. However, attempts to use that entity will generate errors (or possibly fail silently).
100100

101101
## Debug logs and diagnostics
102102

0 commit comments

Comments
 (0)