mirror of
https://github.com/sudoxnym/brands.git
synced 2026-07-19 12:24:55 +00:00
parent
a0a8529a5f
commit
0ea8eeb068
1 changed files with 4 additions and 1 deletions
|
|
@ -87,6 +87,7 @@ All images must have the following requirements:
|
||||||
- The image should be trimmed, so it contains the minimum amount of empty space on the edges.
|
- The image should be trimmed, so it contains the minimum amount of empty space on the edges.
|
||||||
This includes things like white/black/any color borders or transparent spacing around the actual
|
This includes things like white/black/any color borders or transparent spacing around the actual
|
||||||
subject in the image.
|
subject in the image.
|
||||||
|
- Custom integrations must not use Home Assistant branded images, as this might confuse the end-user into thinking that the integration is an internal/official integration.
|
||||||
|
|
||||||
### Icon image requirements
|
### Icon image requirements
|
||||||
|
|
||||||
|
|
@ -116,7 +117,7 @@ only add the icon images. The icon will be used as a fallback for the logo.
|
||||||
## Using the same logo & icon for different brands
|
## Using the same logo & icon for different brands
|
||||||
|
|
||||||
To keep the size of this repository as efficient as possible,
|
To keep the size of this repository as efficient as possible,
|
||||||
symlinking domain folders for the same icon/logos is allowed. The deployment
|
symlinking domain folders for the same icon/logos is allowed for core integrations. The deployment
|
||||||
process at our hosting provider will unpack these symlinks to actual files
|
process at our hosting provider will unpack these symlinks to actual files
|
||||||
during the deployment process.
|
during the deployment process.
|
||||||
|
|
||||||
|
|
@ -124,6 +125,8 @@ Please note, symlinks should only be created between integration domain
|
||||||
directories. The `_placeholder` & `_homeassistant` directories are special
|
directories. The `_placeholder` & `_homeassistant` directories are special
|
||||||
cases and new directories with an underscore (`_`) should not be created.
|
cases and new directories with an underscore (`_`) should not be created.
|
||||||
|
|
||||||
|
Symlinks are currently not allowed in the custom integrations folder.
|
||||||
|
|
||||||
The names of directories must always match the integration domain. Additional
|
The names of directories must always match the integration domain. Additional
|
||||||
directories are not allowed.
|
directories are not allowed.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue