Clarify statement at the cmd wizard tool, for new users (#2519)

* Clarify next steps for the install wizard

* Update wizard.py

* Link to relevant section of guide

* Formatting

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
This commit is contained in:
Carlos Garcia Saura 2021-10-15 19:51:42 +02:00 committed by GitHub
parent 935992bcb3
commit 85d2f24447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,10 +367,9 @@ def wizard(path):
)
safe_print()
safe_print("Next steps:")
safe_print(" > Follow the rest of the getting started guide:")
safe_print(
' > Check your Home Assistant "integrations" screen. If all goes well, you '
"should see your ESP being discovered automatically."
" > https://esphome.io/guides/getting_started_command_line.html#adding-some-features"
)
safe_print(" > Then follow the rest of the getting started guide:")
safe_print(" > https://esphome.io/guides/getting_started_command_line.html")
safe_print(" > to learn how to customize ESPHome and install it to your device.")
return 0