thomasloven / lovelace-auto-entities

🔹Automatically populate the entities-list of lovelace cards
MIT License
1.2k stars 111 forks source link

Feature: Remove borders #335

Open metbril opened 1 year ago

metbril commented 1 year ago

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

ildar170975 commented 1 year ago

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