mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Improved console output for new users
This commit is contained in:
parent
64fff48021
commit
9acf3db435
@ -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…
x
Reference in New Issue
Block a user