I was wondering if anyone has managed to create a line element maybe a custom card, that could be used to act as representation of a network connection between two devices.
I can use state-badges to represent different devices that are online(using ping).
I would like to then show their connection to other devices on the network such as servers, firewalls, waps, routers(also showing their states in a diagram using ping).
My goal is to represent my overall network in a visual diagram and its current state.
So far I have manages to do that using state-badges and changing their color from green (online) to red (offline). I would prefer not to have to create image elements representing “lines” to show the various inter-connections since that would mean creating an entire library of lines at of different lengths and orientations.
Hoping some of you clever HA gurus out their have figured out a clever way to do something like this.
Thanks for any help/suggestions!