From 9b351a9afadc365bc31458312478d6aee7e99e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 23 Nov 2021 22:43:49 +0200 Subject: [PATCH] Update new device entry type enum value (#1112) --- 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 52f9b9f8..48a427ab 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 | 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. | | default_model | The model of the device, will be overridden if `model` is set. Useful for example for an integration showing all devices on the network. | -| entry_type | The type of entry. Possible value is `None` and `"service"`. | +| entry_type | The type of entry. Possible values are `None` and `DeviceEntryType` enum members. | | 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 |