1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 06:38:17 +00:00
This commit is contained in:
Otto Winter 2018-06-04 20:47:29 +02:00
parent 82c30cd4e4
commit 82041b42c7

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):