lovelace-auto-entities icon indicating copy to clipboard operation
lovelace-auto-entities copied to clipboard

Feature: Remove borders

Open metbril opened this issue 2 years ago • 1 comments

I have an auto-entities card inside a fold-entity-row. That card has borders that show up in the unfolded view. See example images and yaml.

Is it possible to move the border around the auto-entities card (with an additional parameter)?

type: entities
entities:
  - entity: sensor.yaml_config_lines
  - type: custom:fold-entity-row
    head: sensor.count_entities
    entities:
      - type: custom:auto-entities
        card:
          type: entities
          show_header_toggle: false
        filter:
          include:
            - entity_id: sensor.count_*
          exclude:
            - entity_id: sensor.count_entities
            - state: '= 0'
        sort:
          method: name

image

image

metbril avatar Jan 16 '23 16:01 metbril

This is a border around Entities card. It is supposed to be there. Use card-mod to remove a border.

ildar170975 avatar Jan 16 '23 22:01 ildar170975