mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	preen
This commit is contained in:
		| @@ -529,7 +529,7 @@ async def to_code(config: ConfigType) -> None: | |||||||
|     cg.add_define("USE_DEVICES") |     cg.add_define("USE_DEVICES") | ||||||
|  |  | ||||||
|     # Process additional areas from the areas list |     # Process additional areas from the areas list | ||||||
|     areas: list[dict[str, str]] |     areas: list[dict[str, str | core.ID]] | ||||||
|     if areas := config[CONF_AREAS]: |     if areas := config[CONF_AREAS]: | ||||||
|         for area_conf in areas: |         for area_conf in areas: | ||||||
|             area_id: core.ID = area_conf[CONF_ID] |             area_id: core.ID = area_conf[CONF_ID] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user