1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00
This commit is contained in:
Otto Winter
2018-06-04 20:47:29 +02:00
parent 1a92381994
commit e9ced0cc3f

View File

@@ -456,7 +456,6 @@ def flush_tasks():
_TASKS.append((task, domain))
except StopIteration:
_LOGGER.debug(" -> %s finished", domain)
pass
def add(expression, require=True):