mirror of
https://github.com/esphome/esphome.git
synced 2025-11-15 14:25:45 +00:00
missing registry
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user