From 972fbf5871f045437ff0f9e23e38b2cd5b704180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 11 May 2021 13:49:00 +0300 Subject: [PATCH] Document device registry identifiers as DOMAIN, id tuples (#935) Refs https://github.com/home-assistant/core/pull/50355 --- 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 b9bd064f..617eaafe 100644 --- a/docs/device_registry_index.md +++ b/docs/device_registry_index.md @@ -28,7 +28,7 @@ Although not currently available, we could consider offering an option to users | id | Unique ID of device (generated by Home Assistant) | | name | Name of this device | | connections | A set of tuples of `(connection_type, connection identifier)`. Connection types are defined in the device registry module. | -| identifiers | Set of identifiers. They 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. | | 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. |