#Docs / info about the distribution card?

1 messages · Page 1 of 1 (latest)

untold seal
#

Maybe this is a new card, but there doesn't seem to be documentation for it when I click the ? button.

Can I template the entities? I've tested a template in the dev tools that gives me a list, but maybe the card doesn't work with templates. I'm trying to get graphs of my CPU and RAM usage across the host, supervisor, and all apps.

Also is there any way to format the values so it's in GB for the RAM?

#

I've tried this but it doesn't like it:

entities: >
  [{% for e in set(states | selectattr('entity_id', 'search', '_memory_') | map(attribute='entity_id')) | sort %}
  - entity: {{ e }}
    name:
      type: device{% endfor %}
  ]
sage river