From 556de9a6cd0610a0a7704b7718d01f24f26d3eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20A=2E=20Jim=C3=A9nez?= Date: Sat, 9 Mar 2019 20:15:35 +0100 Subject: [PATCH] duplicate word (#196) --- 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 c1d751be..d599f810 100644 --- a/docs/device_registry_index.md +++ b/docs/device_registry_index.md @@ -37,7 +37,7 @@ If you connect a sensor to another device to read some of its data, it should st > Entity device info is only read if the entity is loaded via a [config entry](config_entries_index.md). -Each entity is able to define a device via the `device_info` property. This property is read when an entity is added to Home Assistant via a config entry. A device will be be matched up with an existing device via supplied identifiers and connections, like serial numbers or MAC addresses. +Each entity is able to define a device via the `device_info` property. This property is read when an entity is added to Home Assistant via a config entry. A device will be matched up with an existing device via supplied identifiers and connections, like serial numbers or MAC addresses. ```python # Inside a platform