lovelace-auto-entities
lovelace-auto-entities copied to clipboard
Feature: Remove borders
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
This is a border around Entities card. It is supposed to be there. Use card-mod to remove a border.