From b464407bc9c9a166d9db0a69265a9c6ccbb1709c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Jul 2017 11:55:36 +0200 Subject: [PATCH] Add naming details --- source/developers/code_review_component.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/code_review_component.markdown b/source/developers/code_review_component.markdown index 9c349fbc1c8..cb9683bcc0a 100644 --- a/source/developers/code_review_component.markdown +++ b/source/developers/code_review_component.markdown @@ -36,5 +36,5 @@ REQUIREMENTS = [ ### {% linkable_title Component/platform communication %} - 1. If you need to share global data with platforms, use the dictionary `hass.data`. + 1. If you need to share global data with platforms, use the dictionary `hass.data`. `hass.data[DATA_XY]` while `XY` is the component is preferred over `hass.data[DOMAIN]`. 2. If the component fetches data that causes related platform entities to update,