List integrations?

Is there a way of displaying a list of all active integrations in Lovelace? I know you can see this in the Integrations page, but I was wondering if there’s a way of displaying these in a card. Would be useful to see the state of integrations that are loaded, particularly when trying to debug issues.

Hi,

Markdown card with template like this :

type: markdown
content: '- {{ states|map(attribute=''domain'')|unique|list|join(''\n- '') }}'

Oops that is the code for domains. Let me find back the component thing… Have it somewhere…

That was done by a python script. You can read some posts here about it, I don’t have it anymore but here are few hints :