Add missing name_by_user attribute to device registry page (#1751)

This commit is contained in:
Nathan Spencer 2023-04-20 13:14:46 -06:00 committed by GitHub
parent 0e983399f0
commit dd44900303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) |
| 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_by_user | The user configured name of the device. |
| manufacturer | The manufacturer of the device. |
| model | The model of the device. |
| suggested_area | The suggested name for the area where the device is located. |