diff --git a/script/fix_icon_use.sh b/script/fix_icon_use.sh index 764454c99..5637f4efe 100755 --- a/script/fix_icon_use.sh +++ b/script/fix_icon_use.sh @@ -20,6 +20,8 @@ for file in $(git grep --name mdi: -- "$fixpath"); do done echo "" -echo "Now manually make sure that all files have the correct import:" +echo "Now manually tidy up the things the script could not fix:" echo "1. Run \"git status\" to find which filed have been modified" echo "2. If the file does not contian the following import, add it \"from const import Icons\"" +echo "3. Run \"git grep mdi: -- custom_components/waste_collection_schedule/waste_collection_schedule/source/\" to see if there are any remaining icons that can be manually fixed" +echo "4. Run \"./script/check_icon_use.sh\" to see what files should be removed from whitelist in that script"