From 7e94a298a993d378470faf1b56b5cd69eca701b2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 19 Feb 2021 13:15:14 -1000 Subject: [PATCH] Update docs/device_registry_index.md Co-authored-by: Martin Hjelmare --- docs/device_registry_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/device_registry_index.md b/docs/device_registry_index.md index 3f208479..248c6a80 100644 --- a/docs/device_registry_index.md +++ b/docs/device_registry_index.md @@ -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. | | manufacturer | The manufacturer 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. | | 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. |