Improved console output for new users
This commit is contained in:
parent
64fff48021
commit
9acf3db435
2 changed files with 6 additions and 2 deletions
|
@ -86,6 +86,7 @@ def main():
|
||||||
}, config_dir=config_dir)
|
}, config_dir=config_dir)
|
||||||
else:
|
else:
|
||||||
config_file = ensure_config_file(config_dir)
|
config_file = ensure_config_file(config_dir)
|
||||||
|
print('Config directory:', config_dir)
|
||||||
hass = bootstrap.from_config_file(config_file)
|
hass = bootstrap.from_config_file(config_file)
|
||||||
|
|
||||||
if args.open_ui:
|
if args.open_ui:
|
||||||
|
|
|
@ -29,8 +29,11 @@ def setup(hass, config=None):
|
||||||
- Available components:
|
- Available components:
|
||||||
https://home-assistant.io/components/
|
https://home-assistant.io/components/
|
||||||
|
|
||||||
- Chat room:
|
- Troubleshooting your configuration:
|
||||||
https://gitter.im/balloob/home-assistant
|
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
|
This message is generated by the introduction component. You can
|
||||||
disable it in configuration.yaml.
|
disable it in configuration.yaml.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue