I’ll apply a fix for this when I’ve got time but, if you use card-mod, you should be able to get it working in the meantime by adding this to the end of the card configuration (this will likely be the same styling change as I will do in the card to fix it anyway):
is there any way to pick specific attributes from the same entity to be listed separately? the reddit example is a list. I need specific individual attributes form the same entity to be shown not a list like the “posts” example
Also on the content_template, is it possible to support full templating? example a .split function on a string
It may be something to do with how a particular browser or OS renders the scrollbars. What browser and OS are you on?
Edit: I’ve checked it now it the following browser/OS combinations:
Chrome on Windows 10
Edge (new Chromium based) on Windows 10
Firefox on Windows 10
Safari on macOS
Chrome on macOS
Firefox on macOS
They all render the same with the scrollbar above the timestamp, with the only differences being Firefox and Safari on macOS which don’t display the scrollbar until you start scrolling.
Hi everyone,
I recently became a heavy user of this awesome custom component, thank you!
Is it normal if I see the permanent notifications in all my home_feed even though I haven’t asked for it?
I originally designed the card as a way of displaying persistent notifications in a feed and it grew from that, so never implemented a way to prevent notifications from being shown.
I’ll try to work out the best way of doing this but, in the meantime, you should be able to use the id_filter option with something which will never appear in an actual notification id. Something like id_filter: ^none$ should work (that will only match notifications where the id is “none”).
Just one question: Is it possible to somehow “group” entities with this? I don’t need every light that is on/off listed as a single notification but instead would prefer something like: lights are on (bedroom light, living room light, kitchen light) etc…
With e.g. 5 lights switched on plus a couple of other notifications displayed the card quickly gets “confusing”.
Despite opening and closing the doors several times, I get no output unless I remove the include_history option, in which case I (correctly) get one entry per entity.
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
I have no recorder or history sections in my configuration.yaml so I believe it isn’t that.
Interestingly, if I remove one of the two entities from the card I get a single entry for the remaining entity as if the include_history option wasn’t included.
As I’m restarting HA quite a bit the timer under each entry gets reset on each restart. Is there a way to prevent this or do I have to set a timestamp as an attribute and use this instead?
Thanks