1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-03 02:22:25 +01:00
This commit is contained in:
J. Nick Koston
2025-10-01 18:17:41 +02:00
parent f3330118ba
commit adade2952a

View File

@@ -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),