mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-03 09:38:38 +00:00
Fixed typo (#557)
This commit is contained in:
parent
7e15c2fa2f
commit
47537fc46b
@ -11,7 +11,7 @@ A user is also able to override the name of an entity in the entity registry. Wh
|
||||
|
||||
## Unique ID requirements
|
||||
|
||||
An entity is looked up in the registry based on a combination of the plaform type (e.g., `light`), and the integration name (domain) (ie hue) and the unique ID of the entity. It is therefore very important that the unique ID is unique! It is also important that it is not possible for the user to change the unique ID, because that means it will lose all its settings related to it.
|
||||
An entity is looked up in the registry based on a combination of the platform type (e.g., `light`), and the integration name (domain) (e.g. hue) and the unique ID of the entity. It is therefore very important that the unique ID is unique! It is also important that it is not possible for the user to change the unique ID, because that means it will lose all its settings related to it.
|
||||
|
||||
Good sources for a unique ID:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user