Replies: 4 comments 10 replies
-
This is what I do, hope it helps
|
Beta Was this translation helpful? Give feedback.
-
Damn, Chatgpt and Claude could not solve this for many hours trying. type: custom:vertical-stack-in-card
Also I can't get two row sub button to work. Thanks |
Beta Was this translation helpful? Give feedback.
-
how would I use this with template ? here my current card type: custom:auto-entities
card:
type: entities
show_header_toggle: false
state_color: true
card_mod:
style:
.: |
ha-card: {
--ha-card-background: none;
box-shadow: none;
}
.card-content {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
hui-toggle-entity-row:
$: |
hui-generic-entity-row {
height: 25px;
}
show_empty: false
filter:
template: |
{% for entity in state_attr('sensor.number_of_lights_on','entities') %}
{{ entity.entity_id }}
{% endfor %}
sort:
method: friendly_name |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Has anyone figured out how to get Bubble Card working with Auto-Entities (https://github.com/thomasloven/lovelace-auto-entities)?
I've tried several card_param values to no avail.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions