Merge pull request #629 from rmkraus/dev

Adding updater to default list of components
pull/617/head
Paulus Schoutsen 2015-11-15 17:30:15 -08:00
commit 314185ffb8
1 changed files with 1 additions and 0 deletions

View File

@ -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.',