diff --git a/esphome/components/api/__init__.py b/esphome/components/api/__init__.py index a1e0f9a768..b56d4a9eb4 100644 --- a/esphome/components/api/__init__.py +++ b/esphome/components/api/__init__.py @@ -196,7 +196,7 @@ CONFIG_SCHEMA = cv.All( rtl87xx=8, # Moderate RAM host=16, # Abundant resources ln882x=8, # Moderate RAM - ): cv.int_range(min=1, max=32), + ): cv.int_range(min=1, max=64), } ).extend(cv.COMPONENT_SCHEMA), cv.rename_key(CONF_SERVICES, CONF_ACTIONS),