Added updater to set of default components

This commit is contained in:
Ryan Kraus 2015-11-15 20:03:45 -05:00
parent ec5a93a0fd
commit d01ed9788f

View File

@ -32,6 +32,7 @@ DEFAULT_CONFIG = (
DEFAULT_COMPONENTS = { DEFAULT_COMPONENTS = {
'introduction': 'Show links to resources in log and frontend', 'introduction': 'Show links to resources in log and frontend',
'frontend': 'Enables the frontend', 'frontend': 'Enables the frontend',
'updater': 'Checks for available updates',
'discovery': 'Discover some devices automatically', 'discovery': 'Discover some devices automatically',
'conversation': 'Allows you to issue voice commands from the frontend', 'conversation': 'Allows you to issue voice commands from the frontend',
'history': 'Enables support for tracking state changes over time.', 'history': 'Enables support for tracking state changes over time.',