We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16670a3 commit 4bbc0a0Copy full SHA for 4bbc0a0
homeassistant/__main__.py
@@ -339,7 +339,7 @@ def main() -> int:
339
if args.pid_file:
340
write_pid(args.pid_file)
341
342
- exit_code = asyncio.run(setup_and_run_hass(config_dir, args))
+ exit_code = asyncio.run(setup_and_run_hass(config_dir, args), debug=args.debug)
343
if exit_code == RESTART_EXIT_CODE and not args.runner:
344
try_to_restart()
345
0 commit comments