{%- import 'stability.j2' as stability -%} # Entity registry The entities registry is the catalog of available Entities. > [!WARNING] > > The following registry overview is a work in progress. > > Relationships and signal associations are a work in progress. Currently, the following namespaces exist: {% for bundle in ctx %} {%- for group in bundle.groups | sort(attribute='name') -%} {%- set my_file_name = bundle.id | kebab_case ~ ".md#" ~ (group.name | kebab_case) -%} {%- endfor %} {%- endfor %}
Namespace Entity Stability
{{ bundle.id | title_case | acronym }}
{{ group.name }} {{ stability.htmlbadge(group.stability, group.deprecated) | trim }}