Improved console output for new users

pull/297/merge
Paulus Schoutsen 2015-08-30 21:22:05 -07:00
parent 64fff48021
commit 9acf3db435
2 changed files with 6 additions and 2 deletions

View File

@ -86,6 +86,7 @@ def main():
}, config_dir=config_dir)
else:
config_file = ensure_config_file(config_dir)
print('Config directory:', config_dir)
hass = bootstrap.from_config_file(config_file)
if args.open_ui:

View File

@ -29,8 +29,11 @@ def setup(hass, config=None):
- Available components:
https://home-assistant.io/components/
- Chat room:
https://gitter.im/balloob/home-assistant
- Troubleshooting your configuration:
https://home-assistant.io/getting-started/troubleshooting-configuration.html
- Getting help:
https://home-assistant.io/help/
This message is generated by the introduction component. You can
disable it in configuration.yaml.