mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add ESPHome version to generated platformio.ini (#4443)
* Add ESPHome version to generated platformio.ini * Move description to platformio section
This commit is contained in:
		| @@ -142,7 +142,10 @@ def get_ini_content(): | ||||
|     # Sort to avoid changing build flags order | ||||
|     CORE.add_platformio_option("build_flags", sorted(CORE.build_flags)) | ||||
|  | ||||
|     content = f"[env:{CORE.name}]\n" | ||||
|     content = "[platformio]\n" | ||||
|     content += f"description = ESPHome {__version__}\n" | ||||
|  | ||||
|     content += f"[env:{CORE.name}]\n" | ||||
|     content += format_ini(CORE.platformio_options) | ||||
|  | ||||
|     return content | ||||
|   | ||||
		Reference in New Issue
	
	Block a user