Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  Enable history component instead of recorder by default
  • Loading branch information
balloob committed Feb 8, 2015
2 parents 1d5a3b7 + 6c4e044 commit 5ba752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def ensure_config_path(config_dir):
with open(config_path, 'w') as conf:
conf.write("[frontend]\n\n")
conf.write("[discovery]\n\n")
conf.write("[recorder]\n\n")
conf.write("[history]\n\n")
except IOError:
print(('Fatal Error: No configuration file found and unable '
'to write a default one to {}').format(config_path))
Expand Down

0 comments on commit 5ba752c

Please sign in to comment.