Skip to content

Commit cf9c7cc

Browse files
authored
Update code_review_component.markdown
1 parent 8a6ea01 commit cf9c7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/code_review_component.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ REQUIREMENTS = [
3737
### {% linkable_title Component/platform communication %}
3838

3939
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]`.
40-
2. If the component fetches data that causes related platform entities to update,
40+
2. If the component fetches data that causes it's related platform entities to update, you can notify them using the dispatcher code in `homeassistant.helpers.dispatcher`.

0 commit comments

Comments
 (0)