mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Drop legacy esphomeyaml command wrapper code (#2130)
This commit is contained in:
parent
1d5f628c7a
commit
dfffaace26
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
import sys
|
||||
|
||||
|
||||
def main():
|
||||
print("The esphomeyaml command has been renamed to esphome.")
|
||||
print("")
|
||||
print("$ esphome {}".format(" ".join(sys.argv[1:])))
|
||||
return 1
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(main())
|
Loading…
Reference in a new issue