Update docs/device_registry_index.md

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
J. Nick Koston 2021-02-19 13:15:14 -10:00 committed by GitHub
parent 21060a8fbd
commit 7e94a298a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ Although not currently available, we could consider offering an option to users
| identifiers | Set of identifiers. They identify the device in the outside world. An example is a serial number. | | identifiers | Set of identifiers. They identify the device in the outside world. An example is a serial number. |
| 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 the device is located. | | suggested_area | The suggested name for the area where the device is located. |
| config_entries | Config entries that are linked to this device. | | config_entries | Config entries that are linked to this device. |
| sw_version | The firmware version of the device. | | sw_version | The firmware version of the device. |
| via_device | Identifier of a device that routes messages between this device and Home Assistant. Examples of such devices are hubs, or parent devices of a sub-device. This is used to show device topology in Home Assistant. | | via_device | Identifier of a device that routes messages between this device and Home Assistant. Examples of such devices are hubs, or parent devices of a sub-device. This is used to show device topology in Home Assistant. |