mirror of
https://github.com/esphome/esphome.git
synced 2025-01-13 16:13:17 +01:00
Co-authored-by: ulrich <u.martiensen@umartiensen.de> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
8b6a358452
commit
9ea442f328
1 changed files with 3 additions and 1 deletions
|
@ -768,7 +768,9 @@ def parse_args(argv):
|
|||
)
|
||||
|
||||
parser_upload = subparsers.add_parser(
|
||||
"upload", help="Validate the configuration and upload the latest binary."
|
||||
"upload",
|
||||
help="Validate the configuration and upload the latest binary.",
|
||||
parents=[mqtt_options],
|
||||
)
|
||||
parser_upload.add_argument(
|
||||
"configuration", help="Your YAML configuration file(s).", nargs="+"
|
||||
|
|
Loading…
Reference in a new issue