Skip to content

Commit 027eb1d

Browse files
authored
Merge pull request #310 from UI-Lovelace-Minimalist/dev
0.0.2
2 parents b0fab08 + 98bc718 commit 027eb1d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1368
-66
lines changed

.github/workflows/contributors.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "Add contributors"
3+
on:
4+
schedule:
5+
- cron: "20 20 * * *"
6+
push:
7+
branches: ["master"]
8+
9+
jobs:
10+
add-contributors:
11+
runs-on: "ubuntu-latest"
12+
steps:
13+
- uses: "actions/checkout@v2"
14+
- uses: "BobAnkh/add-contributors@master"
15+
with:
16+
CONTRIBUTOR: "### Contributors"
17+
COLUMN_PER_ROW: "6"
18+
IMG_WIDTH: "30"
19+
FONT_SIZE: "10"
20+
AVATAR_SHAPE: "round"
21+
PATH: "/README.md"
22+
COMMIT_MESSAGE: "docs(README): update contributors"
23+
ACCESS_TOKEN: "${{secrets.GITHUB_TOKEN}}"

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,9 @@ The actual version of this "theme" has 20 different cards, seven chips and other
7474

7575
The same goes for our `custom_cards`. As the number grows, the list would be to big for this readme, so we provide you with an overview page with pictures, code examples and additional informations. [Find the list here](https://ui-lovelace-minimalist.github.io/UI/usage/custom_cards/custom_card_bar_card/).
7676

77-
## Credits
78-
79-
- This design was made by [tben](https://community.home-assistant.io/u/tben/summary)
80-
- A lot of inspiration is taken from [7ahang’s work](https://www.behance.net/gallery/88433905/Redesign-Smart-Home) found on Behance.
81-
- Contributions from others in the HomeAssistant forum thread, you can find it [here](https://community.home-assistant.io/t/lovelace-ui-minimalist/322687).
82-
- The technical part is realised mostly by taking advantage of the great work RomRaider did with his [button-card](https://github.com/custom-cards/button-card).
83-
- Code refactor, cleanup and maintainance schumijo and paddy0174.
84-
- Wiki by paddy0174.
85-
- Special thanks to clemalex and schumijo for contributing their cards to the main repository.
77+
### Contributors
78+
79+
❤️ Thank you so much for helping out to keep this UI awesome
8680

8781
### Contributions
8882

0 commit comments

Comments
 (0)