mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-27 00:17:22 +02:00
Drop legacy esphomeyaml command wrapper code (#2130)
This commit is contained in:
@@ -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())
|
||||
Reference in New Issue
Block a user