mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Adding note on entity naming (#3677)
Adding troubleshooting note about entity names. I wonder if this needs called out into its own section in the introductory documents though.
This commit is contained in:
parent
7e10922393
commit
595d0c81fb
@ -87,3 +87,13 @@ Contents of `sensors.yaml`:
|
||||
<p class='note'>
|
||||
Whenever you report an issue, be aware that we are volunteers who do not have access to every single device in the world nor unlimited time to fix every problem out there.
|
||||
</p>
|
||||
|
||||
### {% linkable_title Entity names %}
|
||||
|
||||
The only characters valid in entity names are:
|
||||
|
||||
* Lowercase letters
|
||||
* Numbers
|
||||
* Underscores
|
||||
|
||||
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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user