Hello devs and members! I’d love to use HA as my main network dashboard with easy access to links of services. I’d rather use HA than something like Heimdall. Here is an image of what I’d like to accomplish inside of HA.
This is not mine but I’d love to be able to create something similar to this in HA. If it’s possible already, what cards, addons and or integrations do I need to accomplish such a thing?
Using the entity button card and a combonation of horizontal and vertical stacks you could pull this off.
Give it any entity ID and then use the URL for tap action.
as an example the config below creates the github icon shown below. When this icon is clicked, it opens a new tab in the browser and goes to github.com
That’s a great start and I thought of this but are there icons for radarr, sonarr, and all of the other services? Can I use my own image icons? Sorry for the lack of knowledge. Boomer here!
I’ve decided to give this a try anyway and just use icons that relate to the service. This will be a great temp solution until someone out there designs a better way to do this
Actually decided to do it now, everything looks good except the cards are not fully transparent like yours, any idea which line of the code makes the card transparent.
The first three numbers are a rgb color, the last is the level of transparency.
"rgba(211, 211, 211, 0.05)"
Is probably closer to what you are looking for. A neutral grey as the base color and then lowering the transparency a bit will make them pretty transparent. You can tune to your liking.