From d01ed9788f0a3bfa61760b1129f44fc6004a4bc3 Mon Sep 17 00:00:00 2001 From: Ryan Kraus Date: Sun, 15 Nov 2015 20:03:45 -0500 Subject: [PATCH] Added updater to set of default components --- homeassistant/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/config.py b/homeassistant/config.py index 2ec706e4512..2c2152df7a0 100644 --- a/homeassistant/config.py +++ b/homeassistant/config.py @@ -32,6 +32,7 @@ DEFAULT_CONFIG = ( DEFAULT_COMPONENTS = { 'introduction': 'Show links to resources in log and frontend', 'frontend': 'Enables the frontend', + 'updater': 'Checks for available updates', 'discovery': 'Discover some devices automatically', 'conversation': 'Allows you to issue voice commands from the frontend', 'history': 'Enables support for tracking state changes over time.',