Skip to content

Commit 3af34ca

Browse files
authored
Merge branch 'main' into dev
2 parents 2a4effc + 5356b68 commit 3af34ca

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Diff for: .github/ISSUE_TEMPLATE/insertion-of-new-icons.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ assignees: rchiileea
77

88
---
99

10-
**Insert a link to an SVG icon the integrable icons are ONLY in SVG format**
10+
**links will be ignnored please upload icon/image**
11+
12+
**Again read main rules, Also I will point out low quality images of products will be ignored, if you can not be bothered to search we wont either**
1113

1214
**off-type icons will not be accepted, Home Assistant makes it visible when an entity is on or off, it is useless to weigh down the library**
15+
16+

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# Icon Requests
2222

2323
Want an icon? Open a [custom icon request](https://github.com/elax46/custom-brand-icons/issues/new?assignees=elax46&labels=icon-request&template=insertion-of-new-icons.md&title=Custom+Icon+request) or [contribute to the project](#developer-workflow).
24-
- Provide a **svg file and jpg logo of your request (we also are not mind readers and dont know every icon globaly so if no name is present please add it or it will be ignored** and a image along with your request.
25-
- links to SVG's or Images will be ignored you must upload the files into your request, ignoring this will result in request being ignored. (if you can not be bothered to spend a few minutes doing this, why should we spend time making it).
24+
- Provide a **svg file and jpg logo of your request (we also are not mind readers and dont know every icon globaly so if no name is present please add it or it will be ignored** and a image along with your request.
25+
- links to SVG's or Images will be ignored, you must upload the files into your request and they must be visible in post. `IGNORING THIS SIMPLE REQUEST WILL RESULT IN YOUR REQUEST BEING IGNORED AND CLOSED` (if you can not be bothered to spend a few minutes doing this, why should we spend time looking for it and making it).
2626
- For those who [made their own icons](#developer-workflow), open pull requests on the **[dev branch](https://github.com/elax46/custom-brand-icons/pulls)**.
2727

2828
### Make sure to [install](#installation-methods) `custom-brand-icons.js` into `configuration.yaml` or `ui-lovelace.yaml`
@@ -224,7 +224,7 @@ Example entry:
224224
- `string` = this data can be recovered from the svg file `<path d="M21,12.5 C21,13.33 18.76,...."` In particular you will have to enter only the part of the vector code `"M21,12.5 C21,13.33 18.76"`.
225225
- For an example, take a look at the [icons already inserted](dist/custom-brand-icons.js).
226226

227-
(Optional) In case you want to create your own perfix you can edit the last line of the `custom-brand-icons.js`
227+
(Optional) In case you want to create your own prefix you can edit the last line of the `custom-brand-icons.js`
228228

229229
```js
230230
window.customIconsets["yourprefix"] = getIcon;

0 commit comments

Comments
 (0)