From 2401883ed9536784227e4e86a30dd753b6f321b4 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 28 Apr 2018 21:49:57 -0400 Subject: [PATCH] Link to entity registry from entity architecture --- docs/architecture_entities.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/architecture_entities.md b/docs/architecture_entities.md index 87ceeec3..3cb66a8f 100644 --- a/docs/architecture_entities.md +++ b/docs/architecture_entities.md @@ -30,6 +30,10 @@ The Entity Platform manages all entities for the platform and polls them for upd When adding entities, the Entity Platform will query the Entity Registry to make sure that the entities to be added have the correct entity IDs. +## Entity Registry + +The [Entity Registry](entity_registry_index.md) will track entities and allows users to store extra settings for an entity. + ## Platform Examples of platforms: `light.hue`, `switch.wemo`.