this is a great tool!!!
How to add card-tools and card-modder custom cards to HACS? I cannot find them inside the store.
Would there be any way to tell in HACS when you have done this (if I have your repository already added as custom)?
Or would I just have to keep an eye on your github?
They will show up in the store with a “NEW” badge.
There’s a lot to click to remove the “NEW” badges.
Will there be a way to mark all “Not NEW”?
Using a simple sed on .storage/hacs helps at the moment.
When I click on Store I get this message…any ideas
500 Internal Server Error
Server got itself in trouble
Fill out the issue template @ github
mine doesnt seem to show me ones that i have installed… and they all still say install?
Edit the .storage/HACS file and do a search/replace for “new”: true and set that to false. Then restart HA and presto all gone.
When they are in the core of HACS, they will disappear as custom repos without your needing to do anything.
@ludeeus I am building a dark theme and I cant figure out the text variable I need to use for the buttons “REINSTALL” “REPOSITORY” and “OPEN PLUGIN”. Nothing I try to change makes any difference. Can you give me a clue as to where your getting the color for the text in these links. Thanks!
with text highlighted
That’s not presto
sed -i 's#"new": true#"new": false#g' .homeassistant/.storage/hacs
That’s presto!
They are not buttons, they are links.
it uses --primary-color
ah man, thats the same as the header in the the Main UI !! That is a real problem if your trying to build a “dark” theme. I have to rethink this…