diff --git a/__init__.py b/__init__.py index ca71f2e..7eb8bec 100644 --- a/__init__.py +++ b/__init__.py @@ -123,5 +123,8 @@ def to_code(config): # the AUTO_LOAD feature unfortunately. CORE.config["output"].append({ CONF_PLATFORM: "gpio" }) + # A work-around for API disconnects. + cg.add_define("DISABLE_ASYNCTCP_ACK_TIMEOUTS") + yield make_light_hal(config) yield make_front_panel_hal(config)