mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-18 23:06:31 +00:00
Add missing name_by_user attribute to device registry page (#1751)
This commit is contained in:
parent
0e983399f0
commit
dd44900303
@ -37,6 +37,7 @@ Although not currently available, we could consider offering an option to users
|
|||||||
| id | Unique ID of device (generated by Home Assistant) |
|
| id | Unique ID of device (generated by Home Assistant) |
|
||||||
| identifiers | Set of `(DOMAIN, identifier)` tuples. Identifiers identify the device in the outside world. An example is a serial number. |
|
| identifiers | Set of `(DOMAIN, identifier)` tuples. Identifiers identify the device in the outside world. An example is a serial number. |
|
||||||
| name | Name of this device |
|
| name | Name of this device |
|
||||||
|
| name_by_user | The user configured name of the device. |
|
||||||
| manufacturer | The manufacturer of the device. |
|
| manufacturer | The manufacturer of the device. |
|
||||||
| model | The model of the device. |
|
| model | The model of the device. |
|
||||||
| suggested_area | The suggested name for the area where the device is located. |
|
| suggested_area | The suggested name for the area where the device is located. |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user