From 653f05354d046205c30127ea85cd4ffffa244394 Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Sun, 28 Aug 2016 13:18:31 -0700 Subject: [PATCH] Update component initialization for accurate count --- source/developers/component_initialization.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/component_initialization.markdown b/source/developers/component_initialization.markdown index 1724765d998..6f6a5b31587 100644 --- a/source/developers/component_initialization.markdown +++ b/source/developers/component_initialization.markdown @@ -13,7 +13,7 @@ After loading, the bootstrapper will call `setup(hass, config)` method on the co ### {% linkable_title hass: the Home Assistant instance %} -The Home Assistant instance contains three objects to help you interact with the system. +The Home Assistant instance contains four objects to help you interact with the system. | Object | Description | | ------ | ----------- |