1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-15 14:25:45 +00:00

missing registry

This commit is contained in:
J. Nick Koston
2025-11-07 16:40:36 -06:00
parent ac85949f17
commit 6e7f66d393

View File

@@ -497,6 +497,7 @@ async def to_code(config: ConfigType) -> None:
cg.add_define("ESPHOME_COMPONENT_COUNT", len(CORE.component_ids)) cg.add_define("ESPHOME_COMPONENT_COUNT", len(CORE.component_ids))
CORE.add_job(_add_platform_defines) CORE.add_job(_add_platform_defines)
CORE.add_job(_add_controller_registry_define)
CORE.add_job(_add_automations, config) CORE.add_job(_add_automations, config)