mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Reserve memory for component and platform vectors (#9042)
This commit is contained in:
		| @@ -111,6 +111,7 @@ async def register_select(var, config, *, options: list[str]): | ||||
|     if not CORE.has_id(config[CONF_ID]): | ||||
|         var = cg.Pvariable(config[CONF_ID], var) | ||||
|     cg.add(cg.App.register_select(var)) | ||||
|     CORE.register_platform_component("select", var) | ||||
|     await setup_select_core_(var, config, options=options) | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user