From ced73a894116bb8d52ad711ce6315a2c235e3201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 31 Oct 2021 22:27:38 +0100 Subject: [PATCH] Add note about homeassistant scheme (#1107) --- 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 bf3dbded..52f9b9f8 100644 --- a/docs/device_registry_index.md +++ b/docs/device_registry_index.md @@ -27,7 +27,7 @@ Although not currently available, we could consider offering an option to users | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | | area_id | The Area which the device is placed in. | | config_entries | Config entries that are linked to this device. | -| configuration_url | A URL on which the device or service can be configured. | +| configuration_url | A URL on which the device or service can be configured, linking to paths inside the Home Assistant UI can be done by using `homeassistant://`. | | connections | A set of tuples of `(connection_type, connection identifier)`. Connection types are defined in the device registry module. | | default_name | Default name of this device, will be overridden if `name` is set. Useful for example for an integration showing all devices on the network. | | default_manufacturer | The manufacturer of the device, will be overridden if `manufacturer` is set. Useful for example for an integration showing all devices on the network. |