1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-19 23:05:41 +01:00

Add ADE7953 Support ()

* Add ADE795 support

* Lint

* Fix

* Fix, add test
This commit is contained in:
Otto Winter
2019-10-16 13:19:41 +02:00
committed by GitHub
parent 9c30f4cc68
commit cdb9c59662
8 changed files with 206 additions and 14 deletions

@ -54,7 +54,6 @@ def run_tidy(args, tmpdir, queue, lock, failed_files):
if rc != 0:
print()
print("\033[0;32m************* File \033[1;32m{}\033[0m".format(path))
print(invocation_s)
print(output)
print()
failed_files.append(path)