Fixed grammar in README.md (#8035)

This commit is contained in:
Smoothengineer 2025-10-01 23:28:56 +05:30 committed by GitHub
parent 06d3f70616
commit cb12ed69ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ This repository provides two main folders to store images in:
- `custom_integrations`: Contains images for custom integrations
(custom components).
Each of these two main folders contain domain folders. Each domain folder is
Each of these two main folders contains domain folders. Each domain folder is
named to the integration `domain` and must match the domain set in the
integration `manifest.json` file.
@ -95,7 +95,7 @@ All images must have the following requirements:
- The filetype of all images must be PNG.
- They should be properly compressed and optimized (lossless is preferred) for use on the web.
- Interlaced is preferred (also known as progressive).
- Images with transparency is preferred.
- Images with transparency are preferred.
- If multiple images are available, the ones optimized for a white background are preferred.
- Images optimized for a dark background can be prefixed with `dark_`
- The image should be trimmed, so it contains the minimum amount of empty space on the edges.