Add hardware images (#3420)

This commit is contained in:
Erik Montnemery 2022-05-31 10:49:16 +02:00 committed by GitHub
parent 7cbe62cb5b
commit b7159b8804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View file

@ -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}")