mirror of
https://github.com/sudoxnym/brands.git
synced 2026-04-14 19:47:34 +00:00
Add hardware images (#3420)
This commit is contained in:
parent
7cbe62cb5b
commit
b7159b8804
2 changed files with 3 additions and 0 deletions
BIN
hardware/boards/raspberry_pi_4.jpg
Normal file
BIN
hardware/boards/raspberry_pi_4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
|
|
@ -15,6 +15,9 @@ rsync -aL custom_integrations/ build
|
|||
rsync -aL --exclude '_homeassistant' core_integrations/ build/_
|
||||
rsync -aL --exclude '_homeassistant' --exclude '_placeholder' core_integrations/ build
|
||||
|
||||
# Copy hardware
|
||||
rsync -aL hardware/ build/hardware
|
||||
|
||||
# Generate icons based on MDI
|
||||
find ./build -type f -name "icon.txt" | while read icon; do
|
||||
dir=$(dirname "${icon}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue