-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Compatibility other HACS] Custom-template-card and auto entities #1056
Comments
Combining 3 custom-components, that is some challenging stuff. |
Hello, If I use normal entity card as example, it works fine. type: custom:tabbed-card
tabs:
- card:
type: custom:config-template-card
variables:
ogb_room: states['select.ogb_rooms'].state
entities:
- select.ogb_rooms
card:
type: vertical-stack
cards:
- type: custom:auto-entities
card:
type: entities
name: Other Options
title: |
Room Optionen
filter:
include:
- area: ${ogb_room}
domain: select
exclude:
- name: "*Select*"
- name: "*Own*"
- name: "*GLS*"
- name: "*Light*"
attributes:
label: Modes
icon: mdi:auto-mode
layout_options:
grid_columns: 4
grid_rows: auto What I think is that the card can't work with hat array/list of entities if they are from a var. I just want to get the list / array of entities dynamic with in the bubble card. Tried many things, what I found is that problem is with $vars. As I work with "Strings" and tell the "area" as String Bubble card can display me the entities but not from the var. Hope that helps to understand what I mean. Thanks |
Maybe I'm doing something wrong. Through some hack-around you are able to open the JavaScript-debugger in the developer-tools. The following did work though.
|
Thanks :) i will take a look on it :) |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Hello dear Team,
I noticed that the bubble card not work with Templates as far as i noticed.
If I want to build a card with 3 custom components.
Like this one works with String as Area:
If you need a room sensor for current all rooms to select, you can use the opengrowbox-ha integration for no need to itself.
Also, if try to get that over templates in auto-enties I also don't get any result.
Looks like it's relating to the template engine
Or is the problem related to my YAML ? Maybe someone have an idea.
Working on Debian 11 HA Supervised
Thank you! 🍻
The text was updated successfully, but these errors were encountered: