Drop legacy esphomeyaml command wrapper code (#2130)

This commit is contained in:
Oxan van Leeuwen 2021-08-07 13:15:32 +02:00 committed by GitHub
parent 1d5f628c7a
commit dfffaace26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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())