Skip to content
Discussion options

You must be logged in to vote

Actually... it was my fault, it works. The label was not rendering properly making the inline card fail. I had to replace it with a server side template instead of an child card nested template. The embedded chevrons were behaving weirdly 🤷‍♂️

Final config:

type: custom:uix-forge
forge:
  mold: card-feature
  hidden: "{{ state_attr(config.entity, 'entity_id') | default(none) is none }}"
element:
  type: custom:service-call
  entries: |
    {%- set cg = expand(config.entity) | map(attribute="entity_id") | list %}
    {%- set cover = namespace(return=[]) %}
    {%- for c in cg %}
      {%- set obj = {
        "type": "button",
        "entity_id": c,
        "label": state_attr(c, 'friendly…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RomRider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant