mirror of
https://github.com/esphome/esphome.git
synced 2024-11-03 08:50:30 +01:00
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:
parent
935992bcb3
commit
85d2f24447
@ -367,10 +367,9 @@ def wizard(path):
|
|||||||
)
|
)
|
||||||
safe_print()
|
safe_print()
|
||||||
safe_print("Next steps:")
|
safe_print("Next steps:")
|
||||||
|
safe_print(" > Follow the rest of the getting started guide:")
|
||||||
safe_print(
|
safe_print(
|
||||||
' > Check your Home Assistant "integrations" screen. If all goes well, you '
|
" > https://esphome.io/guides/getting_started_command_line.html#adding-some-features"
|
||||||
"should see your ESP being discovered automatically."
|
|
||||||
)
|
)
|
||||||
safe_print(" > Then follow the rest of the getting started guide:")
|
safe_print(" > to learn how to customize ESPHome and install it to your device.")
|
||||||
safe_print(" > https://esphome.io/guides/getting_started_command_line.html")
|
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user